.Head {
	color: #199495;
	font-size: 16px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.SubHead {
	color: #749F98;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.Normal {
	color: #3E3D3D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.NormalGreen {
	color: green;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.NormalWhite {
	color: white;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.NormalBold {
	color: #3E3D3D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;font-weight:bold;
}
.NormalTextBox {
	border: solid 1px #749F98;
	color: #76A096;
	background: #ECF2F0;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.SmallTxt {
	color: #3E3D3D;
	font-size: 10px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.SmallBox {
	border: solid 1px #749F98;
	color: #76A096;
	background: #ECF2F0;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.rotTxt {
	font-size: 11px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.Title {
	color: #199495;font-size: 14px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.NormalRed {
	color: #AD4040;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.SmallRed {
	color: #AD4040;
	font-size: 10px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.CommandButton {
	color: #5E9F9D;
	text-decoration: none;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
	cursor: pointer;
}
A.CommandButton:link {
	color: #5E9F9D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-decoration: none;
}
A.CommandButton:visited {
	color: #5E9F9D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-decoration: none;
}
A.CommandButton:active {
	text-decoration: underline;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
	color: #3E3D3D;
}
A.CommandButton:hover, .CommandButton:hover {
	text-decoration: underline;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
	color: #3E3D3D;
}
A:link {
	text-decoration: underline;
	color: #036;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
A:visited {
	text-decoration: underline;
	color: #036;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
A:active {
	text-decoration: underline;
	color: #5E9F9D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
A:hover {
	text-decoration: underline;
	color: #5E9F9D;
	font-size: 12px; font-family: Tahoma,Verdana,Segoe,sans-serif;
}
HR {
	color: #749E9C;
}