@charset "utf-8";
/* CSS Document */

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 7px;

}
a.bluetextlink:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3366CC; text-decoration: underline; font-weight:bold;}
a.bluetextlink:hover { color:#3366CC;}
a.bluetextlink:visited { color:#3366CC; text-decoration: none;}

.yellowbox{
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}

.arial10ptblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.arial12ptblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	height: 20px;
	width: 550px;
	text-align: center;
	float: none;
	clear: both;
	padding-top: 20px;
}

.arial14ptwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 7px;

}
.arial14ptwhitetext a:link {color:#FFFFFF; text-decoration: none;}
.arial14ptwhitetext a:visited { color:#fff; text-decoration: none;}
.arial14ptwhitetext a:hover { color:#FFFF00;}

.whitetext a:link {color:#FFFFFF; text-decoration: none;}
.whitetext a:visited { color:#fff; text-decoration: none;}
.whitetext a:hover { color:#FFFF00;}

.arial12ptblkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	line-height: 1.6em;
}