/****** GENERAL ******/
BODY {
	/*	background-image: url(../img/bg.gif);*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin: 0;
}

TD,P,DIV {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/****** LINKS ******/
A:link {
	color: #0000FF;
	text-decoration: none;
}
A:visited {
	color: #0000FF;
	text-decoration: none;
}
A:hover {
	color: #3399FF;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	text-decoration: underline;
}

/****** NAV LINKS ******/

#topnav {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
#topnav A:link {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
#topnav A:visited {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
#topnav A:hover {
	color: #575757;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
#topnav A:active {
	color: #575757;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}



#nav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav A:link {
	color: #FCFB91;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:visited {
	color: #FCFB91;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}

/****** TEXT ******/
#xsmall {
	font-size:10px;
}
#small {
	font-size:11px;
}
#medium {
	font-size:12px;
}
#large {
	font-size:14px;
	font-weight : bold;
}
#xlarge {
	font-size:18px;
	font-weight : bold;
}
#xxlarge {
	font-size:24px;
	font-weight : bold;
}
#hot {
	color : #FF0000;
	font-weight : bold;
}

.calc_title {
	font-weight : bold;
	text-align: right;
}


#home_title {
	color: #663399;
	font-size:16px;
	font-weight : bold;
}
#form_section {
	color: #3366FF;
	font-size:16px;
	font-weight : bold;
}


#dropdown {
	border: 1px solid #0000FF; 
	background-color: #FFFFFF; 
	/*background-image: url(images/warning_obj.gif); */
	background-position: right; 
	background-repeat: no-repeat;
	color: #0000FF;
	font-family: arial;
	font-size: 11px;
}

#google_title {
	color: blue;
	font-family: verdana;
	font-size: 11px;
	font-weight : bold;
	text-decoration: underline
}
#google {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}

/****** HEADING ******/

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #575757;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;		
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;	
}

/****** MISC ******/
HR {
border: none 0;
border-top: 1px dotted #808080;
height: 1px;
}


/****** FORM ******/
input, select, textarea { 
border: 1px solid silver; 
}

input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}

input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#EFEFEF;
}

.mandatory  { 
font-weight: bold; 
}

.comment    { 
color: #BBBBBB; 
}