/* ----------------- common.css stylesheet -------------------- */

body
{
	margin: 0px;
	background-color: white;
	color: #505050;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: xx-small
}

img
{
	border: 0px none;
}


P
{
	color: #000000;
	font-size: xx-small
}

.mediumText
{
	font-size: x-small;
}

.largeText
{
	font-size: small;
}

TD
{
	color: #000000;
	font-size: xx-small
}

/* ----------------- hyperlinks -------------------- */

a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #ffffff;
}

/* ----------------- bulleted and numbered lists -------------------- */


ol li
{
	list-style-type: roman;
	margin-left: -10px;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em
}

ul li
{
	margin-left: -10px;
	margin-top: 2px;
	line-height: 1.9em;
	list-style-image: url(darkarrow.gif)
}

OL
{
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em
}

UL
{
	line-height: 1.8em;
	margin-bottom: 0.1em; 
	margin-top: 0.2em
}



/* -----------------  forms -------------------- */

form 
{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px
}

input, select
{
	font-size: 10px
}


/* -----------------  headings -------------------- */

H1
{
	color: #003366;
	margin: 0px 0px 10px 10px;
	font-size: medium;
	font-weight: bold
}

H2
{
	color: black;
	font-size: 14px;
	font-weight: bold
}

H3
{
	color: black;
	font-size: 14px;
	font-weight: bold
}

H3
{
	font-size: 1em
}

H4
{
	font-size: 1em
}

H3
{
	color: #930;
	letter-spacing: 0.2em;
	margin: 0px 0px 15px;
	text-transform: uppercase
}

H4
{
	font-size: x-small;
	font-style: italic;
	margin: 0px 0px 5px
}

/* -----------------  breadcrumb trails  -------------------- */

.breadcrumb
{
	padding-bottom: 8px; 
	font-size: 10px
}

.breadcrumb a
{
	font-weight: bold;
}

/* -----------------  instant sub-headings -------------------- */

.smallhead
{
	color: #39386b;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px
}

.mediumhead {
	color: #39386b;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px
}

.largehead {
	color: #39386b;
	font-size: small;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px
}

/* -----------------  code style boxes -------------------- */

.Code {
	background-color: #f1f5f9;
	border-bottom: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-family: verdana; 
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px
}

.Code P {
	font-family: verdana;
}

.Code2 {
	background-color: #e2a980; 
	color: #000000;
	font-weight: bold;
	border-bottom: #a64030 1px solid;
	border-left: #a64030 1px solid;
	border-right: #a64030 1px solid;
	border-top: #a64030 1px solid;
	font-family: verdana;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px
}

.Code2 P
{
	font-family: verdana;
}

.Code3 { 
	background-color: #ffffcc; 
	border: solid 1px #000000;
	font-family: courier; 
	font-size: xx-small;
	padding: 10px;
	margin: 20px
	}

/* ------ the following class is for better line heights for narrow columns ------- */

.narrowColumn
{
	width: 50%;
	line-height: 1.5em
}

/* -----------------  no longer used section -------------------- */

ADDRESS
{
	FONT-STYLE: oblique; FONT-WEIGHT: bold
}

DL
{
	FONT-STYLE: oblique; FONT-WEIGHT: bold
} 

.paneltext
{
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px
}

.abbr
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase
}

EM
{
	color: #000;
	font-style: oblique
}

DFN
{
	color: #000;
	font-style: oblique;
	font-weight: bold
}

.numberlist
{
	list-style-type: disc;
	list-style-type: roman;
	MARGIN: 0px 5px 0px 0px; 
	PADDING-BOTTOM: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-RIGHT: 5px; 
	PADDING-TOP: 5px; 
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	

}

DIV
{
	color: #000000;
}








