@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
/*Styles for specific tags*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}
p {
	margin-bottom: 12px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*General Styles*/
#MainContainer {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.footer {
	font-size: 10px;
}
