BODY	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

TABLE	{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;

}

TABLE.TableGrid	{
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #93C9E4;
}

TR.GridTitle	{
	font-weight: bold;
	background-color: #C4E3F4;
	padding: 4px;
}

TR.gridItem	{
	background-color: #5C9EEA;
	padding-left: 12px;
	height: 20px;
}

TR.gridAltItem	{
	background-color: #5695DD;
	padding-left: 12px;
	height: 20px;
}

TR.TRTotal	{
	font-weight: bold;
	background-color: #DCEAF1;
	padding-left: 4px;
	height: 24px;
}

TR.Heading	{
	background-image: url(../images/headingbg.gif);
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #FFFFFF;	
}

TR.SubHeading	{
	background-image: url(../images/subheadingbg.gif);
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #707070;	
}

TD.TDFooter	{
	background-color: #f6f6f6;
	border-top: 1px Solid #000000;
	color: #707070;	
	text-align: right;
	height: 16px;
}

/* Starts of Font CSS */

.Font10	{
	font-size: 10px;
	color: #000000;
}

.Font11-green	{
	font-size: 11px;
	color: #004F23;
}

.Font10-white	{
	font-size: 10px;
	color: #FFFFFF;
}

.Font10-brown	{
	font-size: 10px;
	color: #4B4537;
}

.Font10bold	{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.Font10bold-blue	{
	font-size: 10px;
	font-weight: bold;
	color: #445B6C;
}

.Font10bold-green	{
	font-size: 10px;
	font-weight: bold;
	color: #598E24;
}

.Font10bold-white	{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.Font11	{
	FONT-SIZE: 11px;
	color: #FFFFFF;
	line-height: 18px;

}

.Font11-Blue{
	FONT-SIZE: 11px;
	color: #000066;
	padding: 3px;
	background-color: #EEEBC0;
}

.Font11Bold	{
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.Font12	{
	FONT-SIZE: 12px;
	color: #000000;
}

.Font12Bold	{
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #006B85;
}

.Font13	{
	FONT-SIZE: 13px;
	color: #000000;
}

.Font13Bold	{
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #000000;
}

.Font13BoldWhite	{
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.Font16Bold-orange	{
	font-weight: bold;
	FONT-SIZE: 16px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif
}
/* Ends of Font CSS */



/* Starts of Border CSS */
.Border	{
	border: 1px Solid #000000;
}

.BorderTop	{
	border-top: 1px Solid #000000;
}

.BorderLeft	{
	border-Left: 1px Solid #000000;
}

.BorderRight	{
	border-Right: 1px Solid #878787;
}

.BorderBottom	{
	border-Bottom: 1px Solid #CCCCCC;
}

.BorderBottom-blue	{
	border-Bottom: 1px Solid #A7C6DE;
}

.BorderBottom-green	{
	border-Bottom: 1px Solid #C6C494;
}

.BorderTopleft	{
	border-top: 1px Solid #000000;
	border-left: 1px Solid #000000;
}

.BorderTopRight	{
	border-top: 1px Solid #000000;
	border-Right: 1px Solid #000000;
}

.BorderTopBottom	{
	border-top: 1px Solid #000000;
	border-Bottom: 1px Solid #000000;
}

.BorderLeftRight	{
	border-Left: 1px solid #CCCCCC;
	border-Right: 1px solid #CCCCCC;
}

.BorderLeftBottom	{
	border-Left: 1px Solid #000000;
	border-bottom: 1px Solid #000000;
}

.BorderRightBottom	{
	border-right: 1px Solid #000000;
	border-bottom: 1px Solid #000000;
}

.BorderTopLeftRight	{
	border-top: 1px Solid #000000;
	border-left: 1px Solid #000000;
	border-right: 1px Solid #000000;
}

.BorderTopLeftBottom	{
	border-top: 1px Solid #000000;
	border-left: 1px Solid #000000;
	border-bottom: 1px Solid #000000;
}

.BorderTopRightBottom	{
	border-top: 1px Solid #000000;
	border-right: 1px Solid #000000;
	border-bottom: 1px Solid #000000;
}
/*  Ends of Border CSS */


/*  Starts of Input CSS */
INPUT {
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

INPUT.prop {
	border: 1px solid red;
}

INPUT.ChkBox {
	width: 14px;
	height: 14px;
}	

INPUT.radio {
	width: 14px;
	height: 14px;
}	

INPUT.button {
	width: 60px;
	height: 22px;
}

INPUT.buttonlogin {
	border: 1px solid white;
	background-color: #78B1CE;
	color: white;
	font-weight: bold;
	width: 74px;
	height: 17px;
}

INPUT.Readonly
{
	border:solid 1px #B5B6B5;
}

SELECT {
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
}

TEXTAREA {
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}
/*  Ends of Input CSS */


SUP	{
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: normal;
}
	

A {
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
COLOR: #004F23;
}

A.link1	{
	COLOR: #4B4537;
	font-size: 10px;
}

A.link2	{
	COLOR: white;
	font-size: 11px;
}

A:hover.link2 {
	COLOR: black;
	text-decoration: none;
}

A:hover.link1 {
	COLOR: white;
	text-decoration: none;
}

A:hover {
	COLOR: #4779B9;
	text-decoration: underline;
}
.textBox {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 230px;
}
.checkBoxNoSize {
	width: 15px;
}
.font9 {
	font: normal 8px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.link2 {
	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bullet {
	list-style-image: url(../images/bullet_blue.gif);
	list-style-position: outside;
	list-style-type: disc;
}
.font11bold_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006B85;
	font-weight: bold;
}

.font11bold_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004F23;
	font-weight: bold;
}

.bullet_orange {
	list-style-position: outside;
	list-style-image: url(../images/bullet_orange.gif);
	list-style-type: disc;
}
.Font11-bluenew {

	font-size: 11px;
	color: #1a5d70;
}
