@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e4e3e4;
		}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #071812;
}


a:link {
	color: #c821ac;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c821ac;
}
a:hover {
	text-decoration: none;
	color: #43c196;
}
a:active {
	text-decoration: underline;
	color: #c821ac;
}
a img {
border-width:0;
}


.copyright{
	font-size:10px;
	color:#071812;
	}

.size11{
	font-size:11px;
	}
	
.home_title{
	font-size:18px;
	color: #ffffff;
	font-weight:bold;
	}
	
.color_purple{
	color: #c821ac;
	}
	
.color_white{
	color: #ffffff;
	}
	