/*New Start*/
.general { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		line-height:15px;
		color:#333333;
}
.generalbig { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:12pt;
		line-height:15px;
		color:#333333;
		font-weight : bold;
}
.generalsmall { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:8pt;
		line-height:15px;
		color:#333333;
}
.generalwhite { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		line-height:15px;
		color:#FFFFFF;
}
.generalwhitesmall { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:8pt;
		line-height:15px;
		color:#FFFFFF;
}
.generalwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:15px;
	color:#FFFFFF;
	font-weight : bold;
}
.general_left { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:8pt;
		color:#333333;
}
.generalbold { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		line-height:15px;
		font-weight:bold;
		color:#333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AD0201;
}

A.calendar_red, A.calendar_red:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size:7pt;
		line-height:15px;
		color:#8C0000;
		text-decoration: none;
}

A.calendar_red:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size:7pt;
		line-height:15px;
		color:#333333;
		text-decoration: none;
}
.calendar_white { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:7pt;
		line-height:15px;
		color:#ffffff;
}
	
A.buttom_links, A.buttom_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
A.buttom_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C60D0C;
}
A.right_links, A.right_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60D0C; /* #333333 */
	text-decoration: none;	
}
A.right_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060; /* #C60D0C */
	text-decoration: none;
}

A.right_links_small, A.right_links_small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C60D0C; /* #333333 */
	text-decoration: none;	
}
A.right_links_small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060; /* #C60D0C */
	text-decoration: none;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
select.aiaforms { 
		font-family:verdana, ms sans serif, arial;
		font-size:10px;
		color:#003366;
		height:16px;
		background:#FFFFFF;
		}
		
a:link { color:#C60D0C; text-decoration:none; } /* #333333 */

a:visited { color:#C60D0C; text-decoration:none; }

a:active { color:#606060; text-decoration:none; } /* #333333 */

a:hover { color:#606060; text-decoration:underline; } /* #C60D0C */

.Button, button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	border-right: #AD0201 1px solid;
	border-top: #AD0201 1px solid;
	border-left: #AD0201 1px solid;
	color: #ffffff;
	border-bottom: #AD0201 1px solid;
	background-color: #AD0201;
	cursor: pointer;
}
/*New End*/
		
		
		
input.aiaforms { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
		padding-left:5px;
		border: 1px #C2C2C2 solid;
		background:#FFFFFF;
		background-image: url(images/English/site/textbox_bg.gif);
		}

/*Added by VL07 on 12-09-2005*/
input.aiaformsnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left:2px;
	padding: 2px;
	height: 20px;
	border: 1px #C2C2C2 solid;
	background:#FFFFFF;
}

input.aiaadminforms {
	font-family:arial, ms sans serif, verdana;
	font-size:11px;
	color:#626262;
	background:#FFFFFF;
	height: 20px;
	border: 1px #666666 solid;
	padding: 2px;
}
/*Comments Ends by VL07 on 12-09-2005*/


/*Added by VL07 on 12-09-2005*/
select.aiaformsnew { 
		font-family:arial, verdana, ms sans serif;
		font-size:11px;
		color:#000000;
		background:#FFFFFF;
		height: 23px;
		border: 1px #94949C solid;
		}

select.aiaadminforms {
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#626262;
		background:#FFFFFF;	
		border: 1px #666666 solid;		
}			
/*Comments Ends by VL07 on 12-09-2005*/
		
textarea.aiaforms { 
		font-family:verdana, ms sans serif, arial;
		font-size:10px;
		color:#003366;
		background:#FFFFFF;
		}

/*Added by VL07 on 12-09-2005*/
textarea.aiaformsnew { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		padding-left:1px;		
		border: 1px #C2C2C2 solid;
		background:#FFFFFF;	
}
/*Comments Ends by VL07 on 12-09-2005*/
		


/*Added by VL07 on 12-09-2005*/
A.Bluelink , A.Bluelink:visited {
 	FONT-SIZE: 9px;
	FONT-FAMILY: "verdana","arial","Futura BK BT";
	COLOR: #044C8C;
	FONT-WEIGHT: none;
	TEXT-DECORATION: none
}

A.Bluelink:hover { 
	color: #000000; 
	font-weight: none; 
	text-decoration: Underline 
}
/*Comments Ends by VL07 on 12-09-2005*/

/* cs  003366 */

b.highlighted {background-color:#FFCC33;}

font.admintitle { 
		font-family:arial, ms sans serif, verdana;
		font-size:12px;
		color:#000000;
		}

font.adminreg { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#626262;
		}

font.stat1 { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#B03920;
		}

font.stat2 { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#7D2917;
		}

font.adminsmall { 
		font-family:arial, ms sans serif, verdana;
		font-size:10px;
		color:#626262;
		}

td.hilight { 
		background:#E14323;
		}

font.panlow { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#000000;
		}

font.panhi { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#FFFFFF;
		}


font.subhead { 
		font-family:verdana, ms sans serif, arial;
		font-size:14px;
		line-height:18px;
		font-weight:bold;
		}
font.head { 
		font-family:verdana, ms sans serif, arial;
		font-size:16px;
		line-height:18px;
		font-weight:bold;
		}

font.thesmaller { 
		font-family:verdana, ms sans serif, arial;
		font-size:10px;
		line-height:13px;
		}


font.adminhi { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#FFFFFF;
		}

font.adminhighlight { 
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#FFFFFF;
		}

font.adminsmall { 
		font-family:arial, ms sans serif, verdana;
		font-size:10px;
		color:#626262;
		}



a:link.panel { color:#000000; text-decoration:none; }

a:link.hipanel { color:#FFFFFF; text-decoration:none; }

a:visited.panel { color:#000000; text-decoration:none; }

a:active.panel { color:#E14323; text-decoration:none; }


a:hover.panel { color:#E14323; text-decoration:none; }

td.hilight { 
		background:#E14323;
		font-family:arial, ms sans serif, verdana;
		font-size:11px;
		color:#FFFFFF;
		}


.d1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.d2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.textbox {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	border: thin solid #64819F;
}

/*Added by VL07 on 12-13-2005*/
.redtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
}
/*Comments Ends by VL07 on 12-13-2005*/

.style1 {color: #000000}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-size: 11px}
