/* CSS Document */
a {
	text-decoration:none;
	color:#0033FF;
	background-color: #FFFFFF;
}
a.blue_link {
	color: #0080C0;
	text-decoration: none;
	background-color: #F2F2F2;
}
a.regular_link {
	color: #0080C0;
	text-decoration: none;
	background-color: #F2F2F2;
}
a.privacy_link {
	color: #000000;
	text-decoration: none;
	background-color: #3E4DB2;
}

a.articles_link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3E4DB2;
}


/*A:link {color: #CCCCCC; text-decoration: none;}*/
/*A:active {color: #0080C0; text-decoration: none;}
/*A:visited {color: #0080C0; text-decoration: none;}
/*A:hover {color: #0080C0; text-decoration: none;}*/

.content {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18px;}

.style1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.style4 {
	color: #33CCFF;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
.privacy {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18px;
}

