html{
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	margin: 0;
    padding: 0;
	height: 100%; /* required */
	min-height: 100%; /* required */
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
#content{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #EBEBEE;
	min-height: 100%;
	height: auto;
}
H1{
	font-weight: bold;
	font-size: 12px;
}
td,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body A{
	color: #DD1C1E;
	text-decoration: none;
}
/* Layout Styles */
.login_01{
 	background-image: url(../images/login_01.gif); 
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
}
.login_02{
 	background-image: url(../images/login_02.gif); 
	background-repeat: repeat-x;
}
.login_03{
 	background-image: url(../images/login_03.gif); 
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
}
.login_04{
 	background-image: url(../images/login_04.gif); 
	background-repeat: repeat-y;
	background-color: #D7D7D7;
}
.login_06{
 	background-image: url(../images/login_06.gif); 
	background-repeat: repeat-y;
	background-color: #D7D7D7;
}
.login_07{
 	background-image: url(../images/login_07.gif); 
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
}
.login_08{
 	background-image: url(../images/login_08.gif); 
	background-repeat: repeat-x;
}
.login_09{
 	background-image: url(../images/login_09.gif); 
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
}
.content_05{
 	background-image: url(../images/content/content_05.gif); 
	background-repeat:repeat-y;
	width: 7px;
}
.content_01{
 	background-image: url(../images/content/content_01.gif); 
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.content_02{
 	background-image: url(../images/content/content_02.gif); 
	background-repeat:repeat-x;
	height: 7px;
}
.content_03{
 	background-image: url(../images/content/content_03.gif); 
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.content_07{
 	background-image: url(../images/content/content_07.gif); 
	background-repeat:repeat-y;
	width: 7px;
}
.content_08{
 	background-image: url(../images/content/content_08.gif); 
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.content_09{
 	background-image: url(../images/content/content_09.gif); 
	background-repeat:repeat-x;
	height: 7px;
}
.content_10{
 	background-image: url(../images/content/content_10.gif); 
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}

/* FORM Styles */
form{
	margin: 0px;
}
input,select,textfield,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
}
.formbutton{
	background-color: #DD1C1E;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
	color: white;
}
.nav{
	color: #000000;
	font-weight: bold;
}
.nav:hover{
	color: #000000;
	font-weight: bold;
}
.whitenav{
	color: #FFFFFF;
}
.whitenav:hover{
	color: #FFFFFF;
}
.topbar{
	color: white;
}
.grey{
	color: #666666;
}
.header{
	font-size: 18px;
}
.bold {
	font-size: 0.8em;
	font-weight: bold;
}
.boldWhite{
	font-size: 0.8em;
	font-weight: bold;
	color: white;
}
.boldSmall {
	font-size: 0.6em;
	font-weight: bold;
}
.boldRed {
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
}
.headerRowColor{
	background-color:#4E5F67;
}
.row1{
	background-color:#DFDFDF;
}
.row2{
	background-color:#D8D8D8;
}
a{
	color: #000099;
	font-size: 11px;
	text-decoration: none;
}
.linkSelected{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.RedButton,.RedButtonhighlight{
	background-color: #DD1C1E;
	color: white;
	border: 1px solid #000099;
	height: 20px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}
.RedButtonhighlight{
	color: yellow;
}
.white{
	background-color: white;
	cursor: pointer;
}
.highlight{
	background-color: #F4F4F4;
}
.grey{
	background-color: #F4F4F4;
}
.greybackground{
	background-color: #F4F4F4;
}
.whitebackground{
	background-color: white;
}
.warningmessage{
	color: red;
	font-weight: bold;
}
.summary{
	color: #cccccc;
}
.lighttext{
	color: white;
}
.ferraritableheader{
	background-color: #DD1C1E;
}
.summarystyle{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: grey;
}