body
{
	font-family:Arial;
	font-size:12px;
	color: #333333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
	background-color: White;
	background-image: url(../image/bkg_general_light.jpg);
	background-repeat:repeat-y;
}

#body
{
	width:100%;
	height:550px;
	background-image: url(../image/bkg_top_light.jpg);
	background-repeat:no-repeat;	
	background-position:left top;
}


.usrc1, .usrc2, .usrc3
{
	font-family:Verdana;
	font-size:19px;
}

.usrc2, .usrc3
{
	font-weight:normal;
}

.usrc1
{
	color:#EC2E38;
	font-weight:bold;
}

.usrc2
{
	color:#03295C;
}

.usrc3
{
	color:#EC2E38;
}


#Content
{
	background-color:#ffffff;
	padding:10px;
	width:700px;
	font-family:Arial;
	font-size:12px; 
	color:black; 
	line-height:15px;
}

#Content p
{
	margin-top:1px;
	padding-top:1px;
}

#ContentHeader
{
	width:700px;
	height:39px;
	vertical-align:top;
	padding:10px 0px 0px 0px;
	background-color:#ffffff;
}

#ContentHeader h3
{
	padding-bottom:5px;
	margin:0px 00px 0px 0px;
	font-family:Arial;
	font-size: 16px; 
	font-weight: bold; 
	color:#000033; 
	letter-spacing:-1px;
	border-bottom: solid 1px #000033;
}

a:link 
{
	color: #000066;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #000066;
}

a:hover 
{
	text-decoration: none;
	color: #FF3300;
}

a:active 
{
	text-decoration: none;
	color: #000066;
}

