/* CSS Document */

P { font: 11px arial } 
H1 { font: 12px arial }

a.linenav {text-decoration:none}
a.linenav:hover {text-decoration:underline}

a 
{
	text-decoration:underline;
	color: #3A4879;
}
a:hover 
{
	text-decoration:none;
	color: #3A4879
}


a.subpagelink 
{
	text-decoration:none;
	color: #333333;
}

a.subpagelink:hover 
{
	text-decoration:underline;
	color: #333333;
}


a.home 
{
	text-decoration:none;
	color: #FFFFFF;
}

a.home:hover 
{
	text-decoration:none;
	color: #FFFFFF;
}


a.footer {text-decoration:underline}
a.footer:hover {text-decoration:none}
a.footer:visited {color: #FFFFFF}

a.openap
{
	text-decoration:none;
	color: #333333;
}

a.openap:hover 
{
	text-decoration:underline;
	color: #333333;
}

a.tooltip 
{
	text-decoration:none;
	
}

a.tooltip:hover 
{
	text-decoration:none;
	
}

.mainbody {

	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
}

.smallRedText {

	font-family: Arial;
	font-size: 11px;
	color: #7F0900;
}

.smallBlueText {

	font-family: Arial;
	font-size: 11px;
	color: #3a4879;
}

.smallYellowText {

	font-family: Arial;
	font-size: 11px;
	color: #E6A32A;
}

.smallOrangeText {

	font-family: Arial;
	font-size: 11px;
	color: #CB742E;
}



.BigBlueText {

	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
}

.FormText {

	font-family: Arial;
	font-size: 12px;
	color: #3F3F3F;
}

.NewFeedBack {

	font-family: Arial;
	font-size: 12px;
	color: #7F0900;
}

.leftnav {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.footer {

	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.home {

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

 .canceledText
 {
	text-decoration: line-through;
	color:#7f0900;
	font-size: 12px;
 }
 
  .canceledTextSmall
 {
	text-decoration: line-through;
	color:#7f0900;
	font-size: 11px;
 }

.InputText {

	font-family: Arial;
	font-size: 12px;
	color: #3A4879;
}

.sitebutton
{
	color:#E6A32A;
	font-family:'Arial';
	font-size:10;
	font-weight: bold;
	border-style:outset;
	border-width:1;
	padding:1;
	background-color:#3A4879
}

.tableBorder
{
	border-collapse: collapse;
	border-style: solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

.tdNormal 
{
	background-color: #ffffff;
}

.tdHighlight 
{
	background-color:  #f5f5f5;
	 font-weight:normal;
	  cursor:hand
}

a.PageArrow
	{
		text-decoration:none;
	}
	
a.PageArrow:hover 
	{
		color:#136F0E;
		text-decoration:none;
	}
	
	
	.Prop_data 
{
font-family:"rockwell,arial,sans-serif"; 
font-size:smaller;
}

.Prop_lable 
{
font-family:"rockwell,arial,sans-serif"; 
font-size:smaller;
font-weight:bold;
}

.formerror
	{
		font-family: Verdana;
		font-size: 10px;
		color: #CB3535;
	}

