@import url(master2.css);

/*BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background-color: #FAEBD7;
}

 #MasterContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #6699CC;
	width: 800px;
	background-color: #FFFFFF;

}

 #imgHeader {
	width : 800px;
	position: relative;
}

#TopNav {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 800px;
	height: 20px;
	margin: 0 0 0 0;
	background-color: #0000CC;
}

#Content {
	width : 800px;
}

.LeftNav {
	padding: 30px 0px 60px 0px;
	position: absolute;
	text-align: right;
	font-weight: bold;
	width: 157px;
	line-height: 0px;
	left: 0px;
	top: 60px;
	border-right: 1px solid #DDDDFF;
	border-bottom: 1px solid #DDDDFF;
	background-color: #EEEEFF;
}

.LeftNav P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	width: 100%;
	width: 146px;
	padding: 5px 10px 5px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;

}


.LeftNav A {
	color : #000099;
}

#MainContent {
	position: relative;
	margin-left: 175px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	width: 550px;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 14pt;
}


H1 {
	font-size : 16pt;
	line-height : 18pt;
	color : #3366CC;
	margin-top: 25px;
}


H2 {
	font-size : 14pt;
	font-weight : normal;
	color : #003399;
	line-height : 15pt;
}

H3 {
	font-size : 13pt;
	color : #003399;
}


H4 {
	font-size : 12pt;
	line-height : 13pt;
	color : #003399;
}

.footer {
	font-size :10px;
	padding-bottom : 20px;
	text-align: center;
}

.footer HR {
	width : 200px;
	padding-bottom : 1px;

}

 .footer P {
	padding-bottom : 0px;
}
 
li {
	padding-bottom : 12px;
	line-height: 14pt;
}
 

A {
	color : #000099;
	text-decoration : none;
}
*/

A:HOVER {
	color : #000099;
	/*text-decoration : underline;*/
}

.LeftNav P:HOVER, .LeftNav A:HOVER  {
	background-color: #FFFFFF;
}

.code {
	color : #003399;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #CCCCFF;
	background-color : #ECF2FF;
	padding : 5px 5px 5px 5px;
}

 
 HR {
	width : 100%;
	height : 1px;
	border: 0px;
	color : #6699CC;
	font-size : 10pt;
	background-color : #6699CC;
	clear: both;
}

#MainContent HR {
	width : 500px;
	float: left;
	clear: both;
}

HR H2 {
	clear: both;
}


#MainContent P {
	clear: both;
}


.obsolete {
	text-decoration : line-through;
	color : #CCCCCC;
}