/* CSS Document */

body {
	background: #CCCCCC;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #003366;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a:active {

	
	color: #0066FF;
}

h1 {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}
h5{
	font-size: 10px;
}
h6{
	font-size: 9px;
}

.white {color: #FFFFFF}

.yellow {
	color: #FFFF00;
	font-weight: bold;
	font-size: 12px;
}.heading {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.headsmall {
	font-size: 11px;
	font-weight: bold;
	color: #006666;
}

.headnormal {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.headbig {
	font-size: 13px;
	font-weight: bold;
	color: #006666;
}
