﻿body {
	color: #000;
	background: #e4e4e4;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
	
#header {
	background: #6699cc url('images/header.jpg');
	background-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;

}


#footer {
	background: #fff url('images/footer.jpg') repeat-x;
	background-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;

}

a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}


a:hover {
	color: #9e0100;
	background-color: inherit;
}


#col1 {
	background: #fff url('images/line.gif') repeat-y;
	background-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;

}

table {
	color: #000;
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

h1 {
	font-size: 25px;
	color: #6699cc;
}

h2 {
	font-size: 13px;
		color: #6699cc;
}

.title {
	font-size: small;
	text-align: center;
		color: #6699cc;
}


.style1 {
	text-align: left;
}

.style2 {
	text-align: center;
}

.style3 {
	background: #E4E4E4;
}

.desc {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	}
	


