﻿.textbox
{
	border: solid 1px #A4A4A4;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	height: 17px;
	color: #ffffff;
	background-color: #03143E;
}
.textArea
{
	border: solid 1px #A4A4A4;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color:#ffffff;
	background-color: #03143E;
}
.button
{
	border: solid 1px #A4A4A4;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	height: 17px;
	color:#ffffff;
	background-color: #03143E;

}
.dropdown
{
	border: solid 1px #A4A4A4;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color:#ffffff;
}

.txtNormal
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:#A4A4A4;
	text-decoration:none;
}

.txtBold
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#A4A4A4;
	text-decoration:none;
}

.txtRedNormal
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:Red;
	text-decoration:none;
}

.txtRedBold
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:Red;
	text-decoration:none;
}

.txtLarge
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color:#A4A4A4;
	text-decoration:none;
}

.txtMedium
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
	color:#A4A4A4;
	text-decoration:none;
}

.txtSubH
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color:#A4A4A4;
	text-decoration:none;
}

.rulerGreen
{
	color: #8DC63F;
	background-color: #8DC63F;
	height: 1px;
	
}

.rulerPink
{
	color: #BD4794;
	background-color: #BD4794;
	height: 1px;
	
}

.tblNormal
{
	border-width: 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}

.tblBorder
{
	border-width: 1px;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}

.tblPadding
{
	border-width: 0px;
	border-style: none;
	padding: 1px 1px 1px 1px;
}

.tblGreen
{
	border-width: 1px;
	border-style: solid;
	border-color: Green;
	padding: 1px 1px 1px 1px;
}
