/* default page settings */
BODY, TABLE, SELECT, INPUT,P, TEXTAREA {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-family : Tresbuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	background-color : white;
	color : #333333;
}

/* header styles */
h6{
	font-size:8px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
h5{
	font-size:10px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
h4{
	font-size:12px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px -10px 0px;
	text-align:left;
}
.hf {
	width:100%;
	margin:0px;
	padding:2px;
	background-color:#E8E8E8;
	border-top:1px black solid;
	text-align:right;
}

/* general site link */
A:link {
	color : #000000;
	font-variant:normal;
	font-size : 11px;
}
A:visited {
	color : #000000;
	font-variant:normal;
	font-size : 11px;
}
A:active {
	color : #000000;
	font-variant:normal;
	font-size : 11px;
}
A:Hover{
	color : #777777;
	font-variant:normal;
	font-size : 11px;
}

/* navigation link settings */
A.RootNav:link {
	color : #333333;
	text-decoration : none;
	font-variant:normal;
	font-size : 10px;
}
A.RootNav:visited {
	color: #333333;
	text-decoration : none;
	font-variant:normal;
	font-size : 10px;
}
A.RootNav:active {
	color: #333333;
	text-decoration : none;
	font-variant:normal;
	font-size : 10px;
}
A.RootNav:Hover{
	color : #777777;
	letter-spacing : normal;
	text-decoration : none;
	font-variant:normal;
	font-size : 10px;;
}

.smallestfont{ 
	font-size : 8px;
}
.smallfont{ 
	font-size : 9px;
}
.middlefont{ 
	font-size : 12px;
}
.largefont{ 
	font-size : 13px;
}
.largestfont{
	font-size : 16px;
	font-weight : bolder;
}
.capfont{
	font-size : 12px;
	font-variant : small-caps;
	font-weight : bold;
}
ol, ul {
	padding-left: 30px;
	line-height : 16px;
}
li {
	line-height : 18px;
}

/* layout */
.content {
	margin:0px;
	padding:10px 10px 10px 10px;
}
.navigation {
	margin:0px;
	padding:10px 3px 3px 3px;
}
.bgSolid {
	background-image: url(../_images/pixel-black.gif);
}
.bgDotted {
	background-image: url(../_images/spacer-column.gif);
}
.bgManuals {
	margin:5px;
	padding:5px;
	float:left;
	width:340px;
	background-color:#F4F4F4;
}
.footer {
	font-variant:small-caps;
}

/* image properties */
.TextWrap {
	border: 1px solid black;
	float:right;
}
.TextNoWrap {
	border: 1px solid black;
}