/** 
 *  CSS Document.
 *
 *  $Revision: 1.3 $
 *
 */

body {
	margin:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5D5D5D;
}
p, td, li, dd, span, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5D5D5D;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 15px;
	font-weight: bold;
	color: #6B95BF;
}
h1 {
	margin-top:25px;
	font-size: 14pt;
	font-weight: 500;
	color: #12305D;
}
h2 {
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 500;
	color: #837DB1;
}
h3 {
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #6B95BF;
}
h4, caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #12305D;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color:#12305D;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #12305D;
	margin-bottom: 10pt;
	margin-top:15pt;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #E0EAED;
}
.topBg {
	background:url(img/bg/top_bg.jpg) repeat-x;
	height:69px;
	width:100%;
}
.linkBg{
	background: url(img/bg/link_bg.gif) repeat-x;
	height: 49px;
	width: 100%;
}
.dotBg{
	background: url(img/bg/hor_dot.gif) repeat-x;
	height: 3px;
	width: 100%;
}
.empty{
		width: 100%;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072FF;
	
}
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072FF;
	
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9600FF;
	
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9600FF;
	
}	
a.bottomLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0072FF;
	text-decoration: none;
	
}
a.bottomLink:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0072FF;
	text-decoration: none;
}
a.bottomLink:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9600FF;
	text-decoration: none;
}
a.bottomLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9600FF;
	text-decoration: underline;
}	
.bottomCurrent {
	font-size: 8pt;
}

.CodeBlockVB{ 
	font-family: 'Courier New', Courier, monospace; 
	background-color: #F7F8FE; 
	margin: 0px; margin-bottom: 20px; /*margin-left: 15px; margin-right: 15px; */
	padding: 8px; border-style: solid; 
	border-width: 1px; border-color: #C9CDF7; 
}
.CodeBlockC{ 
	font-family: 'Courier New', Courier, monospace; 
	background-color: #FFFEF6/*FEFDF7*/; 
	margin: 0px; margin-bottom: 20px; /*margin-left: 15px; margin-right: 15px;*/ 
	padding: 8px; border-style: solid; 
	border-width: 1px; border-color: #F3EEB8/*F7F3C9*/; 
}
.CodeBlock{ 
	font-family: 'Courier New', Courier, monospace; 
	background-color: #FCFCFC/*FAFAFA*/; 
	margin: 0px; margin-bottom: 20px; /*margin-left: 15px; margin-right: 15px; */
	padding: 8px; border-style: solid; 
	border-width: 1px; border-color: #EFEFEF/*E0E0E0*/; 
}
.comment{
	color: green;
	font-style:italic;
}

.constant{
 	color: brown;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #12305D;
	margin-right: 30px;
	text-align: right;
}

.fileSystem{
	color: teal;
}
.keyWord{
	color: blue;
}
.CodeBlockVB .constant, .CodeBlockC .constant, .CodeBlock .constant, .CodeBlockVB .keyWord, .CodeBlockC .keyWord, .CodeBlock .keyWord, .CodeBlockVB .fileSystem, .CodeBlockC .fileSystem, .CodeBlock .fileSystem {
	font-family: 'Courier New', Courier, monospace; 
} 
 
.bottomBg{
	background: url(img/bg/bottom.gif) repeat-x;
	width: 100%;
}

li, li.small {
        margin-top: 6px;
}
.white {
	background-color: #ffffff;
}
.tableBorder {
	background-color: #6B95BF;
}
.fixTableBorder {
	background-color: #8F93C8;
}
.tr1 {
	background-color: #F7F8FE;
}

.tr2 {
	background-color: #EDEFFF;
}
.n1 {
	background-color: #DFE8DB;
}
.n2 {
	background-color: #EFF4F1;
}

.y1 {
        background-color: #EBDFF1;
}


.y2 {
	background-color: #F3EDF6;
}
.th {
	background-color: #8F93C8;
}