/* CSS Document */

Body {
	Margin: 0 0 0 0;
	font-family:Arial;
	font-size:11px;
	color:#393939;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

.content {
	font-family:Arial;
	font-size:11px;
	color:#393939;
}
.content a:link { color:#996699; text-decoration:none; }
.content  a:hover { color:#0d1061; text-decoration:underline; }
.content  a:visited { color:#996699; text-decoration:none; }

.title {
	font-family:Arial;
	font-size:12px;
	color:#996699;
	font-weight:bold;
}

.highlight {
	font-family:Arial;
	font-size:12px;
	color:#F067A6;
	font-weight:bold;
}

.download a:link, .download a:visited, .download a:active {
	font-family:Arial;
	font-size:13px;
	color:#EC008C;
	font-weight:bold;
}

.donwload a:hover {
	font-family:Arial;
	font-size:13px;
	color:#EC008C;
	font-weight:bold;
	text-decoration:underline;
}	

.Footer {
	font-family:Arial;
	font-size:11px;
	color:#a792a6;	
	padding-top:5px;
}


.Footer a:link { color:#a792a6; text-decoration:none; }
.Footer a:hover { color:#0d1061; }
.Footer a:visited { color:#a792a6; text-decoration:none; }