/* CSS styles */

/********************************
 * GENERAL PAGE SETUP
 ********************************/
body{margin:0; padding:0; font-size:100%; background-color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666;}

/*a{color:#666}
#page{width:980px;}
p, li, td, th, input, textarea, label{font-size:80%; font-family:"Trebuchet MS", Verdana, sans-serif; }
input{padding:1px}
input, select, textarea{font-size:75%; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666}
p, li, td, th{ line-height:1.8em;}
ul, ol, table, option{font-size:100%;}
.break{overflow:hidden; clear:both; height:1px; margin:-1px 0 0 0; font-size: 1px;}
h2{color:#e0660c; font-size:95%; font-weight:normal}
form{margin:.5em 0 0 0}
h1, h2 {margin:0;}
p{margin:.5em 0 0 0;}
img{border:none;}
**/

/********************************
 * FORM ELEMENTS
 ********************************/
input, textarea{border:1px solid #d2d2d2; font-family:  Verdana, Arial, Helvetica, sans-serif;  font-size: 90%;	color: #333366;} 
input.button{position:relative; display:inline; top:6px; margin:0 0 0 5px; border:none; width:auto; color: #FFFFFF; background-color: #069;	}

.textbox {border: 1px solid #a8b2dd; color: #333366; font-size: 90%; }

/********************************
 * CONTENT
 ********************************/
table.tabborder {background-color: #fbf4ee;	border: 1px solid #E0660C;	}

td{font-size: 80%; color: #000000;	margin: 0px; padding: 0px;	border: 0px solid #fff; }

.heading {line-height: 16px; font-weight: bold;	color: #E0660C;	font-size: 90%; }

.headingBold {line-height: 16px; color: #E0660C; font-size: 90%; }

.subheading {line-height: 16px; font-size: 80%;	font-weight: bold;	color: #E0660C; }

.subheading2 {line-height: 14px; font-size: 75%;   }

.subheadingBold {line-height: 16px;	font-size: 80%;	color: #E0660C; }

.footer {background-color: #f4f4f4; }
.footerlink {color: #E0660C; font-size: 75%; font-weight: bold; }

a:hover.footerlink {color: #e4b28d; }

.ErrorMsg {color: #FF0000;	font-size: 85%; }
.star {color: #ff0000;	font-size: 80%;	font-weight: bold; }
.warning {color: #ff0000; font-size: 90%;	font-weight: bold; }
.copyright {color: #E0660C;  font-size: 75%;}
