body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	background: #FFF;
	font-size : 12pt;
}

h1
{
	color : #999999;
	padding: 12px 0 0 0;
	margin: 0 0 10px 0;
	line-height: normal;
	font-weight : lighter;
	letter-spacing : 0.1px;
	border-bottom : 1px dotted #CCC;
}

h2
{
	color : #666699;
	font-weight : normal;
	margin : 10px 0 3px 0;
	line-height: normal;
}

h3 {
		padding: 10px 0 3px 0;
	margin: 0 0 0 0;
}

h3, h4 { color: #336699; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 0.7em; }
a:link { color: #0000CC;  text-decoration : none;  text-decoration : underline}
a:visited { color: #660066;   text-decoration : none;  text-decoration : underline}

hr {
	color : #CCCCCC;
}

acronym {
	border-bottom : 1px dotted #000;
	font-style : italic;
}

fieldset
{
	border: 1px solid #ccc;
	padding: 1em;
}

caption
{
	color: #9F1C00;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

th
{
	text-align: left;
	background: #666;
	color: #fff;
}

td { background: #eee; }


/* --- displaynonestyles --- */

#styles, #approved, #header, #lhb, #rhb, #backprint, #footer, 
ul#jumpnavi, .skip, .mainimage, .floatimage, .rightimage, #youarehere, #logo span, #quicksearch
{
	display : none;
}

#logo
{
	float :left;
	margin:0;
	padding:0;
	background: url(../images/top_logo_bar.jpg) no-repeat;
}


/* --- contentstyles --- */

#content
{
	clear :left;
	float: left;
	margin: 0;
	padding: 0;
	width : 500px;
}

#content p
	{
		padding-left: 1px;
	}
	
	
#content h2 {
	margin : 10px 0 0 0;
	padding : 15px 0 0 0;
	border-top : 1px dotted #ccccff;
}

#content p {
	margin : 10px 0 20px 0;
	padding : 5px 0 0 0;
}

#content ul {
	margin : 0 0 0 18px;
	padding :0;
}

#content li {
	margin : 0 0 20px 0;
	padding-left :5px;
	list-style : square;
}


ul#displayurl
{
	clear: both;
	text-align: left;
	margin: 1em 0 2em 1.5em;
	padding: 0 2em 2em 2em;
	font-size : 90%;
}

ul#displayurl ul
{
	margin: 0;
	padding: 10px;
}


ul#displayurl li
{
	display: inline;
	list-style-type: none;
	margin: 0;
}

/* --- classes --- */


.altkey {
	border : 1px solid #666;
	padding : 0 4px 0 2px;
	background-color : #E2E2E2;
	font-style : italic;
	font-weight : bold ;
}

code { font-weight: bold; }
.special code { font-weight: normal; }

.special
{
	border: 1px solid #ccc;
	padding: .5em;
}

.displaynone { display: none; }
.clearboth { clear: both; }

.small {
	color : #666;
	font-size : 80%;
	line-height : 120%;
}



