/****** GENERAL ******/
BODY {
	/*	background-image: url(../img/bg.gif);*/
	color: #000000;
	font-family: arial;
	font-size: 11px;
	background: #EFEFEF;
	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: none;
}
A:active {
	color: #FF0000;
	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;
}
#google_title {
	color: blue;
	font-family: verdana;
	font-size: 15px;
	font-weight : bold;
	text-decoration: none
    
}
#google {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none
}

/****** HEADING ******/
#navright1 {
	color: #3366FF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navright2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
}
#navright3 {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
}

/****** 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;
	color: #3366FF;		
}
H3 {
	font-family: arial;
	font-size:14px;
	font-weight: bold;
	color: #000000;	
}

/****** PARAGRAPH ******/

#justify {
	text-align:justify;
}
HR {
border: none 0;
border-top: 1px dotted #9999FF;
width: 100%;
height: 1px;
}


/****** MISC ******/
#red {
	color : #FF0000;
}


/****** 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; 
}