/*
   This is style sheet specifying the general properties
   of all pages.
*/
.style4 {font-size: x-small}
.style5 {color: #FFFFFF; font-weight: bold; font-size: x-small; }
body {
	background-color: #333333;
	margin-bottom: 0px;
}
.moto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body{
		background-color: #333333
}

.PageTableBgColor{
	background-color: #FFFFFF;
}

.LogoTableBgColor{
	background-color: #a5db57;
}

.SecondBluePatchBgColor{
	background-color: #66ccff
}

.TopMenuLinks{
	COLOR: #276d9e;
	font-weight: bold;
}

.textContent {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}

.leftnavtableSubText {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.leftnavtableSubSubHeadText {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.leftnavtableSubSubText {
	FONT-SIZE: 10px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

A {
	COLOR: #3C76B2;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #3C76B2;
}
A:active {
	COLOR: #003399;
}
A:hover {
	COLOR: #660000;
	TEXT-DECORATION: underline;
}
	
DIV {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
	font-weight: normal;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: .1em;
	color: #3C76B2;
	font-variant: normal;
	text-decoration: underline;
	}

H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: .1em;
	color: #3C76B2;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: .1em;
	color: #3C76B2;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}	

H4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3399FF;
	text-decoration: none;
}

H5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}


.bold {
	FONT-WEIGHT: bold
}


I {
	FONT-STYLE: italic
}
.italic {
	FONT-STYLE: italic
}

.scheduleTableHdBg {
	BACKGROUND: #3C76B2
}

/*
    ::::: NOT USED :::::
	The following are not used as of now3. Maybe needed in future
*/
.goldfont {
	COLOR: #ffff99
}
.brightredfont {
	COLOR: red
}
.redfont {
	COLOR: #cc3300
}
.orangefont {
	COLOR: #ff9900
}
.bluefont {
	COLOR: #3366cc
}
.darkgrayfont {
	COLOR: #414141
}
.lightgrayfont {
	COLOR: #e0e0e0
}
.navyfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	COLOR: #003366
}
.navyfontbold {
	FONT-WEIGHT: bold; COLOR: #003366
}
.blackfont {
	COLOR: black
}
.silverfont {
	COLOR: silver
}
.silverfontbold {
	FONT-WEIGHT: bold; COLOR: silver
}
.whitefont {
	COLOR: #ffffff
}
.whitefontbold {
	FONT-WEIGHT: bold; COLOR: #ffffff
}

.bolditalic {
	FONT-WEIGHT: bold; FONT-STYLE: italic
}
.boldunderline {
	FONT-WEIGHT: bold; TEXT-DECORATION: underline
}
.underline {
	TEXT-DECORATION: underline
}
.italicunderline {
	FONT-STYLE: italic; TEXT-DECORATION: underline
}
.bolditalicunderline {
	FONT-WEIGHT: bold; FONT-STYLE: italic; TEXT-DECORATION: underline
}
.normal {
	FONT-WEIGHT: normal
}
.hand {
	CURSOR: hand
}
.mnpgraybackground {
	BACKGROUND: #e9e9e6
}
.lightgraybackground {
	BACKGROUND: #e0e0e0
}
.graybackground {
	BACKGROUND: #999999
}
.bluebackground {
	BACKGROUND: #0066cc
}
.lightbluebackground {
	BACKGROUND: #6699cc
}
.navybluebackground {
	BACKGROUND: #003366
}
.xpbluebackground {
	BACKGROUND: #8caae7
}


