@charset "UTF-8";
/* CSS Document */

p{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: normal;
}
.white {
	font-family: Arial;
	font-size: large;
	color: #0066CC;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.black {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
}
.blue {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	color: #003399;
	text-decoration: none;
}
.regulargrey {
	font-family: Arial;
	font-size: small;
	color: #666666;
	text-decoration: none;
	padding-right: 0px;
	line-height: 15px;
	padding-left: 0px;
}
.links {
	font-family: Arial;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.bold{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	padding-right: 0px;
	font-style: normal;
}
.imageright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
}
.imageleft {
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 20px;
}
.medium {
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.warning {
	color:#FCB03B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
