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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
a:link {
	color: #000000;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ul {
	padding-top:3px;
	padding-bottom:3px;
	color: #7C0652;
}
.content {
	padding-left:10px;
	padding-right:15px;
	padding-bottom:0px;
}	
.footer {
	background-repeat:no-repeat;
	background-image:url(images/7-footer.jpg);
	height: 60px;
	font-size:x-small;
	color:#333333;
	padding-top: 7px;
	text-align: center;
}
.footer a{
	text-decoration:none;
	color:#333333;
}
.footer a:hover{
	text-decoration:underline;
}
h1 {
	font-size: medium;
	color: #121212;
	font-weight: bold;
}
h2 {
	font-size: medium;
	color: #CCCCCC;
	font-weight: lighter;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
.imp {
	color: #333333;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
