﻿*
{
	font-family: Trebuchet MS;
	color: #495F5F;
}

body
{
	font-size: 11px;
	color: #495F5F;
}

a:hover
{
	color: #DC7D27;
}

.pageHeading
{
	font-weight: bold;
	font-size: 18px;
}

.textHeading
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #C3DFE0;
}

.textDetailTitle
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #C3DFE0;
}
.textDetailInnerTitle
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: bottom;
}
.TextBox
{
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
.TextBoxInput
{
	width: 60px;
	border: solid 1px Red;
	text-align: right;
	padding-right: 5px;
	background-color: #FFFFC6;
}
.ErrorMsg
{
	color: Red;
}
.copyRightLine
{
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	background-color: #CACACA;
	color: Black;
}
.copyRightLineLinks
{
	text-decoration: none;
}
.contactAddress
{
	width: 25%;
	border-right: solid 1px #9D9D9D;
	border-collapse: collapse;
}

.menu
{
	background-color: #C3DFE0;
	border-color: #C1DFDF;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #495F5F;
}
.menuHover
{
	font-size: 11px;
	font-weight: bold;
	color: #DC7D27;
}
.menuSelected
{
	color: #DC7D27;
	font-weight: bold;
}

.menuDynamic
{
	background-color: #daecec;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.menuHoverDynamic
{
	font-size: 11px;
	font-weight: bold;
	color: #DC7D27;
}

.textDetail
{
	/*font-size: 11px; 	font-weight: bold; 	text-align: justify; 	margin: 0px 10px 0px 0px;*/
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	margin: 0px 10px 0px 0px;
}