@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.BigRed {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.BigRedItalic {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.BigOrange {
	font-size: 18px;
	font-weight: bold;
	color: #f83000;
}
.BigerRed {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}
.BiggerRedItalic {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.BigBlack {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.BigWhite {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.bigblue {
	color: #03F;
	font-size: 18px;
	font-weight: bold;
}
.bigpink {
	color: #F6C;
	font-size: 18px;
	font-weight: bold;
}
.biggreen {
	color: #0F0;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.indent1 {
	margin-left: 35px;
	text-indent: -15px;
}
.indent2 {
	text-indent: -15px;
	margin-left: 65px;
}

.Emphasis {
	font-weight: bold;
	text-decoration: underline;
}
.ticklist {
	list-style-image: url(../images/tick.gif);
	list-style-type: inherit;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 4px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 4px;
	text-align: center;
}

.disclaimer {
	color: #FF0000;
	list-style-type: lower-alpha;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.redtickMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	list-style-image: url(../images/tickred.gif);
}
.odd { background-color: #dcc0d3; }

img
{  border-style: none;
}
.smallwhite {
	color: #FFF;
}.vsmallwhite {
	color: #FFF;
	font-size: 10px;
}
.smallblack {
	color: #000;
}

.senseyellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0;
	background-color: #000;
}
.checkitwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.checkitblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.checkitphone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.mediumblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	font-weight: bold;
	color: #000;
}.yellowmain {
	color: #FF0;
}
.smallcyan {
	color: #0FF;
}


.btnblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03F;
	height: 30px;
	display: block;
	padding: 2px 5px;
}

.btngreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	height: 30px;
	display: block;
	padding: 2px 5px;
}

.btnpink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F09;
	height: 30px;
	display: block;
	padding: 2px 5px;
}
.plates {
	background-image: url(../images/plates.gif);
	background-repeat: no-repeat;
}
