@charset "utf-8";
/* CSS Document */

.formHolder {
	width:200px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.greyformtextbold {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 20px;
}

.formtext {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
}

.formtextentry {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	padding-left:5px;
}

.formtextbold {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
}
.formtexttitlesbold {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.formtextHeader {
	font-family: Arial;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.welcometext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.pdftext {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
}
.headerText {
	font-family: Arial;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
.maintext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.smallmaintext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.confirmationtext
{
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}
.maintextbold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.hlinks {
	font-family: Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.hlinks A:visited  {
ffont-family: Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

.hlinks A:link  {
font-family: Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

.hlinks A:active  {
font-family: Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

.menulinks {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-style: normal;
	text-decoration: none;
}

.leftmenulinks {
	font-family: Arial;
	font-size: 14px;
	color: #555555;
	font-style: normal;
	text-decoration: none;
}

.screenTitle
{
	font-family: Arial;
	font-size: 24px;
	color: #3276A6;
	font-weight: bold;
}

.screenTableText
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: regular;
}
.screenTableHeader
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}