/* HTML defaults*/

body {
	color : #000000;
	background-color : #FFFFFF;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : 12px}

a { text-decoration : none }

a:hover { text-decoration : underline }

p, br {
	color : #000000;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : 12px}

ul, ol, dl, blockquote {
	color : #000000;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif
}

h1 {
	color : #000000;
	font-family : "Verdana", "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : x-large
}

h2 {
	color : #000080;
	font-family : "Verdana", "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : large
}

h3 {
	color : #800000;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : medium;
	font-weight : bold
}

h4 {
	color : #000000;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : small;
	font-weight : bold
}

hr { color : #006400; background-color : #FFFFFF }

td, th, tr {
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : 12px}

th { font-weight : bold }

.highlight { color : #000000; background-color : #FFFF00 }

.xx { text-decoration : underline }

.green { color : #008000; background-color : transparent }

.navy { color : #000080; background-color : transparent }

.red { color : #FF0000; background-color : transparent }

.alertred { color : #FF0000; background-color : transparent }

.subhead {
	color : #000080;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : medium;
	font-weight : bold;
	text-decoration : none
}

.bottom {
	color : #000000;
	background-color : #FFFFFF;
	font-family : "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : x-small;
	font-weight : normal;
	font-style : normal;
	text-decoration : none
}

.nav {
	font-family : "MS Sans Serif", "Arial", "Helvetica", "Geneva", sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none
}

.whatsnew {
	color : #800000;
	background-color : #808000;
	font-family : Arial,Helvetica;
	font-size : medium;
	font-weight : bold;
	font-style : normal
}

.p {
	font-size : 12px;
}

.quicknote {
	color : Black;
	background-color : #FFFFCC;
	font-family : Arial, Helvetica;
	font-size : 11px;
	font-style : normal;
	width : 112px;
	border : thin solid Silver;
}


/* left border and padding for columns */
.leftborderline {
	border-left: 1px solid #CCCCCC;
	padding-left: 15px;
}

/* blocks */

div.brand { display : none; }
div.footer-file { display : none; }
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.smallbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tableHeader {
	background-color:#ccccff;
	font-size:12px;
	font-weight:bold;
}

/* intro paragraph for pages; no longer for just p. elements */

.intro {font-family: arial, helvetica, geneva, sans-serif;
font-size: 11pt; color: #000000; line-height: 125%}


