@charset "UTF-8";

body {
	background-color: #FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	line-height:14px;
	font-size:11px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #004075;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.blueLink:link {
	color: #004075;
	text-decoration: none;
}
a.blueLink:visited {
	text-decoration: none;
	color: #004075;
}
a.blueLink:hover {
	text-decoration: none;
	color: #333333;
}
a.blueLink:active {
	text-decoration: none;
	color: #004075;
}

#accrue_content {
	margin:auto;
	width:955px;
	background-color:#FFFFFF;
	top:20px;
	position:relative;
}

#accrue_Subcontent {
	margin:auto;
	width:955px;
	background-color:#FFFFFF;
	top:20px;
	position:relative;
	background:url(images/blocks.gif) no-repeat;
	background-position:center left;
}

#accrue_Popcontent {
	margin:auto;
	width:600px;
	background:#FFFFFF;
	top:8px;
	position:relative;
	border-style:dashed;
	border-color:#DEDEDE;
	border-width:thin;
}


#sub_content {
	margin:auto;
	width:600px;
	position:relative;
	padding-top:2px;
	padding-bottom:10px;
	text-align:justify;	
}

#pop_content {
	margin:auto;
	width:520px;
	position:relative;
	padding-top:2px;
	padding-bottom:10px;
	text-align:justify;	
}


#home_content {
	margin:auto;
	width:500px;
	position:relative;
	padding-top:2px;
	padding-bottom:10px;
	text-align:justify;	
}

#home_news {
	margin:auto;
	width:280px;
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	border-style:dashed;
	border-color:#DEDEDE;
	border-width:thin;
}

#accrue_menu {
	width:955px;
	height:52px;	
	margin:auto;
	background:url(layout_images/Accrue_shadow-top.jpg) no-repeat;
	background-position:bottom center;
	background-color:#FFFFFF;
	}
	
#footer {
	width:955px;
	margin:auto;
	height:50px;
	background:url(layout_images/Accrue_shadow-btm.jpg) no-repeat;
	background-position:top center;
	padding-top:18px;
	clear:both;
}	
.bold {
	font-weight:bold;
}

.blue {
	color:#004075;
}

.bigger {
	font-size:13px;
}

.biggest {
	font-size:15px;
	}

.black {
	color:#000000;
	}