/************************ LINKS *************************************/
a:link {color:#AE1F23;  text-decoration: none;}
a:visited {color: #AE1F23; text-decoration: none;}
a:hover {color:#000000; text-decoration: none;}

a.nav:link {color:#000000;  text-decoration: none;}
a.nav:visited {color: #000000; text-decoration: none;}
a.nav:hover {color:#AE1F23; text-decoration: none;}

a.nav2:link {color:#6B6B6B;  text-decoration: none;}
a.nav2:visited {color: #6B6B6B; text-decoration: none;}
a.nav2:hover {color:#AE1F23; text-decoration: none;}

/************************ TEXT *************************************/
.phText{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color:#767676;
	letter-spacing:1pt;
	line-height:13pt;
	}

.Heading{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#AD1019;
	letter-spacing:1pt;
	line-height:13pt;
	}
	
.subHeading{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#AD1019;
	line-height:10pt;
	}

.text{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#767676;
	line-height:12pt;
	}
	
.textRed{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#AE1F23;
	line-height:12pt;
	}
	

.textArial{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	line-height:13pt;
	}
	
.textGray{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	line-height:13pt;
	}
	
.footer{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	line-height:10pt;
	height:23px;
	background-image:url(../images/footer-bg.jpg);
	}
	
/************************ BORDER *************************************/
.leftright {
			border-left: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			}
			
.topbottom {
			border-top: 1px solid #C6C6C6;
			border-bottom: 1px solid #C6C6C6;
			}

/************************************* FORM ***********************************************/
	
.TextField {
		border: 1px solid #B8AEAD; 
		font-size: 9pt; 
		width:200px;	
}


.TextArea {
		border: 1px solid #B8AEAD; 
		font-size: 9pt; 
		width:400px;
	
}

	
.btn2 {
		BORDER: 1px solid #000000;  
		BACKGROUND-COLOR: #B8AEAD; 
		COLOR: #ffffff; width=100px; 
		font-size: 8pt; 
		font-family:verdana;
	}
	
/************************************* BOX ************************************************/
.box {
		border:1px solid #CCCCCC;
		background-color:#F0F0F0;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
		color:#555555;
	}

