﻿/* CSS Stylesheet */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 11pt;
	color: #C8D3C9;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 7pt;
	color: #C8D3C9;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5pt;
	color: #C8D3C9;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5pt;
	font-style: normal;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5pt;
	color: #FFFF00;
	font-style: normal;
}	
.Bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	font-style: normal;
	list-style-type: disc;
}
.Button {
	border-color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	font-style: normal;
	background-color: #99FFCC;
	font-weight: bold;
	height: 26px;
	vertical-align: middle;
}
.Button2 {
	border-color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	font-style: normal;
	background-color: #99FFCC;
	font-weight: bold;
}
.FormButton {
	margin-bottom: 4px;	
	height: 21px; 
}
.Table 
{
	border: 100px;
	border-spacing: 0px;
	padding: 100px;

}
.Cell {
	background-color: #2F4B60;
	border-color: #1B1B23  
}
