/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	background-image:url(../images/background.gif);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

.blue
{
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

a {
	color: #003366;
	text-decoration: underline;
}

.div_cont
{
	margin-left: 15px;
	margin-right: 20px;
}
