/****** GENERAL ******/
BODY {
	/*background-image: url(../img/bkg.jpg);*/
	color: #000000;
	font-family: arial;
	font-size: 11px;
	background: #FFFFFF;
	margin: 0;
}

TD,P,DIV {
	color : #000000;
	font-family : arial;
	font-size : 16px;
}

/****** LINKS ******/
A:link {
	color: #DC143C;
	text-decoration: none;
}
A:visited {
	color: #DC143C;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	text-decoration: underline;
}

/****** NAV LINKS ******/

#topnav {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	font: verdana;
	background: #EFEFEF;
}
#topnav A:link {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font: verdana;
	background: #EFEFEF;
}
#topnav A:visited {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font: verdana;
	background: #EFEFEF;
}
#topnav A:hover {
	color: #575757;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font: verdana;
	background: #EFEFEF;
}
#topnav A:active {
	color: #575757;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font: verdana;
	background: #EFEFEF;
}


#nav A:link {
	font-family : helvetica;
	color: #FF0000;
	text-decoration: none;
	font-weight : bold;
	font-size:13px;
}
#nav A:visited {
	font-family : helvetica;
	color: #FF0000;
	text-decoration: none;
	font-weight : bold;
	font-size:13px;
}
#nav A:hover {
	font-family : helvetica;
	color: #DFDFDF;
	text-decoration: none;
	font-weight : bold;
	font-size:13px;
}
#nav A:active {
	font-family : helvetica;
	color: #FF0000;
	text-decoration: underline;
	font-weight : bold;
	font-size:13px;
}



#rss A:link {
	font-family : helvetica;
	color: #FF0000;
	text-decoration: none;
	font-weight : normal;
	font-size:11px;
}
#rss A:visited {
	font-family : helvetica;
	color: #FF0000;
	text-decoration: none;
	font-weight : normal;
	font-size:11px;
}
#rss A:hover {
	font-family : helvetica;
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
	font-size:11px;
}
#rss A:active {
	font-family : helvetica;
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
	font-size:11px;
}

/****** 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;
}
#header_text {
	font-size:18px;
	font-weight : bold;
	font-family : verdena;
	color: #FFFFFF;
}

#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;
}
#google {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}

/****** HEADING ******/

H1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
H2 {
	font-family: arial;
	font-size: 16px;
	font-weight: italic;
	color: #575757;
}
H3 {
	font-family: arial;
	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 #808080;
	background-color: #FFFACD;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

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;
font-size: 11px;
}

input:focus, select:focus, textarea:focus {
border: 1px solid #B42C23; 
background-color: #FFFACD;
font-size: 11px;
color: #000000;
font-weight: bold;
}

input.btn{
   color:#FFFACD;
   font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 14px;
   font-weight:bold;
   background-color: #B42C23;
	border: 1px solid #EFEFEF; 
}




.mandatory  { 
font-weight: bold; 
}

.comment    { 
color: #BBBBBB; 
}

#inputsearch {
	border: 0px;
	background-color: #FFFACD;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	position: center;
	height: 22px;
}