/*Change here for page body style*/
/*-------------------------------------------*/
BODY {	
	margin: 0px;
	height : 100%;
	padding: 0px;
	font-family: Arial;
	font-weight: normal ;
	font-size: 10pt;
	background-color: #000000;
	background-image: url(images/index_20_new.jpg) ;
	/*background= #ffffff;*/
	}
/*----------------------------------*/


.header {
	float: left;
	padding: 0px;
	width: 760px;
	height : 66px;
	/*	background: url(images/header_short.jpg) no-repeat; */
	margin: 0px;
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	font-color : #FFFFFF;
	left: 50px;
}

.main_outline {
	width: 780px !important;
	width: 775px;
	height : 200px;
	border : 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
	/*background-image: url(images/pagebg.jpg) ;*/
	
}

/*Change here for site text*/
/*----------------------------------*/
.TitleText{
	font-size: 20px;
	color: #000000; 
	font-family: Times New Roman; 
	font-weight: bold;
	text-align: justify;
}
.newlink{
font-size: 22px;
	color: #000000; 
	font-family: Times New Roman; 
	font-weight: bold;
	text-align: center;
}
.SubTitleText{
	font-size: 18px;
	color: #000000; 
	font-family: Georgia; 
	/*font-weight: bold;*/
	text-align: justify;
	
}
.GeneralText {
	font-size: 12pt; 
	color: #000000; 
	font-family: Times New Roman; 
	text-align: justify;
	font-weight:bold ;
}

.TableText {
	font-size: 11pt; 
	color: #0254DD; 
	font-family: Times New Roman;
	text-align: justify;
	font-weight:bold;
	text-decoration: none;
}
.smalltextlink {
	font-size: 8pt; 
	color: #A67A27; 
	font-family: Times New Roman;
	font-weight:nornaml ;
}

.spacing {
	LETTER-SPACING : 1px;
}
/*-------------------------------------*/

/*Change here for navigation text menu*/
/*-----------------------------------*/
A:link {
	color: #0254DD;
	text-decoration: none;
	font-size: 11pt;
	font-family: Times New Roman;
	font-weight: bold;
}
A:visited {
	color: #0254DD;
	text-decoration: none;
	font-size: 11pt; 
	font-family: Times New Roman;
	font-weight: bold;
	
}
A:hover {
	color: #000000; 
	text-decoration: underline;
	font-size: 11pt; 
	font-family: Times New Roman;
	font-weight: bold;
}

links2{
color: #000000;
text-decoration: underline;

/*-----------------------------------------*/


/*Change here for table style*/
/*-------------------------------------*/
.table_outline {
	float: center ;
	border : 1px solid #000000;
	margin-bottom: 1px !important;
	margin-bottom: -1px;
	background: #DAE9F7;
	padding-left : 0px;
}
td.cell {
	background-color:#FF6600;
	margin-top: 0px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height : 10px;
	line-height: 20px;
}
/*------------------------------------*/