div {
	font-size: 11px;
	color: #333E46;
	font-family: sans-serif;
}

div.light {
	color: #F0FFFF;
	font-family: sans-serif;
}

p {
	font-size: 12px;
	color: #333E46;
	font-family: sans-serif;
	padding-left: 30px;
	padding-right: 30px;
}


input {
	font-size: 11px;
	font-family: sans-serif;
}


textarea {
	font-size: 11px;
	font-family: sans-serif;
}

li {
	font-size: 11px;
	color: #F0FFFF;
	font-family: sans-serif;

}


h1 {
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	text-align: center;
	color: #778899;
}

h1.white {
		font-size: 24px;
		color: White;
}

h1.small {
	color: #F5F5DC;
	font-size: 20px;
	text-align: left;
}

h2 {	
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #F5F5DC;
	}
	
h2.dark {
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: Navy;
}

a {
	font-size: 11px;
	font-family: sans-serif;
	color: #333E46;
	text-decoration: underline;
}

a:hover {
	color: Maroon;
}

a.bold {
	font-size: 11px;
	font-family: sans-serif;
	color: #7B7B7B;
	text-decoration: none;
	font-weight: bold;
}

a.boldwhite {
	font-size: 11px;
	font-family: sans-serif;
	color: #EDEDED;
	text-decoration: none;
	font-weight: bold;
}

a.boldwhite:hover {
	font-size: 11px;
	font-family: sans-serif;
	color: White;
	text-decoration: none;
	font-weight: bold;
}


a.light {
	text-decoration: none;
	color: #C2DADA;
}

a.light:hover {
	color: White;
}

tr.head

{
	background-color: #F0F8FF;
	font-size: 11px;
	color: #A52A2A;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

tr.row

{
	font-size: 11px;
	color: #484848;
	font-family: sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
