LI {
	margin-top: 10px;
}
UL {
	list-style-image: url(../images/bluebullet.gif);	
}
OL {
	list-style-image: none;
	list-style: decimal-leading-zero;
}

.dotbox {
	padding:15px; 
	border:2px dotted #5c8fc6;
	background-color:#fbfbfb;
}

#link_active {
	color: #d42d01; 
}

/* sidemenu */
TABLE.sidemenu {
	background-color: #e9e9e9;
	width: 210px;
}
DIV.sidemenu {
	background-color:#f5f5f5;
	width: 203px;
}
A.sidemenu:link, A.sidemenu:visited, A.sidemenu:active {
	line-height: 42px;
	display: block;
	color: #868686;
	text-decoration: none;
	text-align: right; 
	padding: 0 26px 0 0;		
}	
A.sidemenu:hover { 
	color: #d42d01;
}

/* submenu */
DIV.submenu {
	background-color:#f5f5f5;
	width: 203px;
}
A.submenu:link, A.submenu:visited, A.submenu:active {
	line-height: 22px;
	display: block;
	color: #868686;
	text-decoration: none;
	text-align: right;
	margin-right: 30px;
	padding-right: 15px;		
	background-image: url(../images/submenu_bar.gif);
	background-position:right;
	background-repeat: no-repeat;
	

}	
A.submenu:hover { 
	color: #d42d01;
}


A.dottedlink:link, A.dottedlink:visited, A.dottedlink:active { 
	color: #d83a14;
	border-bottom: 1px dotted #d83a14;
	text-decoration: none;
}

A.dottedlink:hover { 
	color: #173a77;
	border-bottom: 1px solid #173a77;
	text-decoration: none;
}
		
DIV.content_width {
	background-color:#ffffff;
	overflow:hidden;
	width:727px;
	text-align: left;
}

DIV.hr {
	border-bottom: 1px dotted #cccccc;
}

.bullet {
	color: #666666;
	margin: 0 5px 0 5px;
}

.content {
	padding:15px;
}

.content_grey {
	background-image:url(../images/bg_grey.jpg);
	background-repeat:repeat;
}

.magnifier {
	background-image:url(../images/magnifier.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0;
	padding-left: 16px;
}

IMG.bordered {
	border: 10px solid #e9e9e9; 
}

.red {
	color:#d62d04;
}

.header {
	font-weight: bold;
}

.header_blue {
	color: #436cb4;
	font-weight: bold;
}

.alert_box {
	border: 2px solid red;
	background-color:#FFFFD5;
	padding: 8px;
}

A.header_blue:link, A.header_blue:visited, A.header_blue:active { 
	color: #436cb4;
	border-bottom: 1px dotted #436cb4;
	text-decoration: none;
}

A.header_blue:hover { 
	color: #d83a14;
	border-bottom: 1px solid #d83a14;
	text-decoration: none;
}

A.faded:link, A.faded:visited, A.faded:active { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.faded:hover { 
	color: #d83a14;
	font-weight: normal;
	text-decoration: none;
}

.header_first {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

A.more:link, A.more:visited, A.more:active { 
	background-color: #e9e9e9;
	background-image: url(../images/dot_red.gif);
	background-position: center left; 
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	padding: 2px 25px 2px 17px;
	font:normal 9px Tahoma, Arial;
}

A.more:hover { 
	background-color: #668ec7;
	background-image: url(../images/dot_black.gif);
	color: #fff;					
}

A.more_light:link, A.more_light:visited, A.more_light:active { 
	background-color: #fff;
	background-image: url(../images/dot_red.gif);
	background-position: center left; 
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	padding: 2px 25px 2px 17px;
	font:normal 9px Tahoma, Arial;
}

A.more_light:hover { 
	background-color: #668ec7;
	background-image: url(../images/dot_black.gif);
	color: #fff;					
}



