/****** GENERAL ******/
BODY {
	/*	background-image: url(../img/bg.gif);*/
	color: #000000;
	font-family: arial;
	font-size: 11px;
	background: #FFFFFF;
	margin: 0;
}

TD,P,DIV {
	color : #000000;
	font-family : arial;
	font-size : 12px;
}

/****** LINKS ******/
A:link {
	color: #0033FF;
	text-decoration: none;
}
A:visited {
	color: #0033FF;
	text-decoration: none;
}
A:hover {
	color: #3399FF;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	text-decoration: underline;
}

/****** NAV LINKS ******/
#nav {
	color: #000000;
	
	font-size: 12px;
	font: Arial;
}

#nav A:link {
	color: #017BC9;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:visited {
	color: #017BC9;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:hover {
	color: #017BC9;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;
}
#nav A:active {
	color: #017BC9;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font: italic Arial;

}
#google_title {
	color: blue;
	font-family: verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none
    
}
#google {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none
}






/****** 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;
}
#home_title {
	color: #663399;
	font-size:16px;
	font-weight : bold;
}
#form_section {
	color: #3366FF;
	font-size:16px;
	font-weight : bold;
}
#leftnav {
	background: #FFFCB7;
}

/****** HEADING ******/

H1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: Gray;
}
H2 {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #FF00CC;		
}
H3 {
	font-family: arial;
	font-size:14px;
	font-weight: bold;
	color: #000000;	
}

/****** MISC ******/
HR {
border: none 0;
border-top: 1px dotted #9999FF;
width: 100%;
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; 
}