/************************  Body style settings  ************************/

.cmsBody {
	font-family:      	Arial, Helvetica, sans-serif;
	font-size:        	11px;
	line-height:      	22px;
	text-align:      	left;
	color:            	#000000;
	background-color: 	#FFFFFF;
	margin:           	0px;
	padding:          	0px;
	text-decoration:  	none;
	background-image:   	url(../images/Template/background.jpg);
	background-attachment:	fixed;	
}

.Menu {
}

/************************  P tag style settings  ************************/

P {
	font-size:      	13px;
	color:          	#000000;
	padding-top:    	0px;
	padding-bottom: 	0px;
	padding-left:   	0px;
	padding-right:  	0px;
}

/************************  A tag style settings  ************************/

A:LINK {	
	color: #000000;
	text-decoration: 	underline;
}
  
A:VISITED {	

} 
 
A:ACTIVE {	
	color: 				#000000;
	text-decoration: 	none;
}
  
A:HOVER {	
	color:				#000000;
	text-decoration: 	underline;
} 

/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size:   		11px;
	font-weight: 		bold;
	color:       		#000000;
	margin:          	0px;
	padding-bottom: 	3px;
	padding-top:		20px;
	text-decoration:  	none;
}

H2 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:   		12px;
	font-weight: 		bold;
	line-height: 		16px;
	color:       		#000000;
	padding: 			0px;
}

H3 {

}

H4 {

}

/************************  List style settings  ************************/

UL { 
	list-style-type : disc;
}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/

.TDhor{
	background-attachment:		fixed;
	background-color:			#1C4D38;
	background-repeat:			repeat-y;
}
.TDvert{
	background-attachment:		fixed;
	background-color:			#1C4D38;
	background-repeat: 			repeat-x;
}

TD.menu {
	vertical-align: top;		
	font-size: 11px;
	font-weight: normal;
	color: #FFFFCC;
	background-color: #003300;
	text-align: center;
	width: 100px;
}
