@charset "utf-8";
/* CSS Document */

/* 
+=============================================================+
|
|                        COMMON
|
+=============================================================+
*/



.bodymain2
{
	background: none;
}

/* 
---------------------------------------------------------------------
|                        Page CONTENT
---------------------------------------------------------------------
*/

#Top
{  
	display:none;
}

#Left
{
	display: none;
}


/* 
---------------------------------------------------------------------
|                        CENTER Table
---------------------------------------------------------------------
*/
.CenterTable
{
	width: 45em;
	background: none;
	margin-top: -2em;
}



.CenterTable .top .t1
{
	background: none;
}

.CenterTable .top .t2
{
	background: none;	
}

.CenterTable .top .t3
{
	background: none;
}


.CenterTable .middle .t1
{
	background: none;
}

.CenterTable .middle .t2
{
	text-align: center;
}

.CenterTable .middle .t3
{
	background: none;
}

.CenterTable .bottom .t1
{
	background: none;
}

.CenterTable .bottom .t2
{
	background: none;	
}

.CenterTable .bottom .t3
{
	background: none;
}

/* 
---------------------------------------------------------------------
|                       content
---------------------------------------------------------------------
*/

#content
{
	margin-left: 0.5em;
	width: 34em;
	text-align: left;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

#content a
{
	font-weight: bold;
}

#content h1
{
	color: #3000000;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.01em
}

#content .h1
{
	color: #3000000;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.01em
}

#content h2
{
	margin-top: 1em;
	color: #3000000;
	font-size: 1.2em;
	letter-spacing: 0.01em
}

#content .h2
{
	color: #3000000;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.01em
}

#content h3
{
	color: #3000000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.01em
}

/*DIVS*/
/*float left*/
#content .left
{
	float:left;
}
/*float right*/
#content .right
{
	float: right;
}



/*IMAGES*/
#content .imgL
{
	float:left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

#content .imgR
{
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

/*DELIMITERS*/
#content .d1
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	height:2em;
	background: url(../images/page/delimiters/d1.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#content .d3
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	height:2em;
	background: url(../images/page/delimiters/d3.jpg);
	background-repeat: no-repeat;
	background-position:center;;
}

#content .d3
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	height:2em;
	background: url(../images/page/delimiters/d3.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#content .d4
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	height:2em;
	background: url(../images/page/delimiters/d4.jpg);
	background-repeat: no-repeat;
	background-position:center;
}




/* 
---------------------------------------------------------------------
|                        TOP
---------------------------------------------------------------------
*/

.Top
{
	display: none;
}
