body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	line-height: 18px;
	
}

ul, li {

	line-height: 24px;


}

body {
	background-color: #272727;
	margin: 0px;
}

a {
	font-size: 11px;
	color: #0068FD !important;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #333333 !important;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	background-image: url(../images/index_14.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 22px;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	background-image: url(../images/index_24.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 22px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	background-image: url(../images/index_27.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 22px;

}		 		

/*-- CUSTOM STYLES --*/				
			 
.footer {
/*	position: fixed;
	
	bottom: 1px; */
	padding-top: 5px;
	padding-bottom: 15px; 
	width: 579px; 	
	height: 100%;  
	background-color:#CCCCCC; 
	border-left: thin; 
	border-left-color: #FFFFFF; 
	border-left-style: solid;


}

.footerDetails {
	padding-top: 5px;
	padding-bottom: 15px; 
	width: 579px; 	
	height: 30px;  
	background-color:#CCCCCC; 
	border-left: thin; 
	border-left-color: #FFFFFF; 
	border-left-style: solid;


}
			 

/*-- default menu --*/
/*-- DON'T CHANGE THIS CLASS NAME, REQUIRED BY THE DEFAULT CMS SETTINGS --*/
.menu a{
	display:block; 
	height:27px;
	width: 148px;
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight:normal;
	padding-left: 40px;
	padding-top: 6px;
	background-image: url(../images/menu-norm.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.menu a:hover{
	display:block; 
	height:27px; 
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight:normal;
	padding-left: 40px;
	padding-top: 6px;
	text-decoration: none;
	background-image: url(../images/menu-over.jpg);
	background-repeat: no-repeat;
	width: 148px;
}

/* IE FIX */

*html .menu a{
	width: 188px;
	height:32px;
}

*html .menu a:hover{
	width: 188px;
	height:32px;
}
