
body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}


/* FONT COLOR, SIZE, AND STYLE */

body, td, p, div, .normal, .mouselink {
	color: #000000;
	font-family: lucida grande;
	font-size: 9pt;
	line-height: 140%;
}
.h4 {
	font-size: 14pt;
}
.h6 {
	font-size: 8pt;
}

.brown {
	color: #834E1B;
}

.sansserif {
	font-family: sans-serif;
}


/* section headings */
.h5 {
	font-family: "Bookman Old Style";
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}

.debugbox {
	color: #CC0000;
	border: 1px solid #CC0000;
	padding: 10;
}


/* ELEMENT SPACING AND ALIGNMENT STYLES */

p, span, div, table {
	position: relative;
}

p {
	margin:0 0 15 0;
}

p.li {
	padding: 0;
	margin: 0 0 6 0;
}

p.normal {
	text-align: left;
	margin: 0 0 6 0;
}
p.left {
	text-align: left;
	margin: 0 0 6 0;
}
p.right {
	text-align: right;
	margin: 0 0 6 0;
}
p.center {
	text-align: center;
	margin: 0 0 6 0;
}
.just {
	text-align: justify;
}

.indent {
	margin: 0 0 0 25;
}

/* take care editing this one, UL padding and margins are touchy between browsers */
.ul {
	padding: 0;
	margin: 0 15 16 17;
	list-style-position:outside;
}
ul.calendar {
	padding: 0;
	margin: 6 0 0 0;
}
li.calendar {
	padding: 0;
	margin: 	4 15 0 17;
	list-style: square outside url(/images/bullet.gif);
}

.nowrap {
	white-space: nowrap;
}

.border{
	border: 1px solid #CCCCCC;
}

.lpad {
	padding-left:20;
}
.rpad {
	padding-right:20;
}
.tpad {
	padding-top:20;
}
.calcol1 {
	padding:0 0 10 20;
	width:160;
}
.calcol {
	padding:0 20 10 20;
	width:167;
}
.thumb, a.thumb {
	float:left;
	margin:0 10 10 0;
}


/* LINK STYLES */

/* for mouseover underlined links, works well with <u> tags to highlight links
   example: <a href="link.html">This is a long link. <u>Click here.</u></a>
*/

/* default link style */
a:link, a:visited, a:hover {
	font-family: sans-serif;
	font-family: "times new roman", times;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}

a:link.mouselink, a:visited.mouselink, a:hover.mouselink {
	color: #000000;
	text-decoration: none;
}
a:hover.mouselink {
	color: #777777;
	text-decoration: underline;
}

.menu, a:link.menu, a:visited.menu, a:hover.menu {
	font-family: sans-serif;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	margin: 0 8 0 0;
}
a:hover.menu {
	color: #777777;
	text-decoration: underline;
}
.submenu, a:link.submenu, a:visited.submenu, a:hover.submenu {
	font-family: "Bookman Old Style";
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	margin: 0 8 0 0;
}
a:hover.submenu {
	color: #777777;
	text-decoration: underline;
}

.footer, a:link.footer, a:visited.footer, a:hover.footer  {
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #DAD0C0;
}
a:hover.footer  {
	text-decoration: underline;
	color: #777777;
}

.gray, a:link.gray, a:visited.gray, a:hover.gray  {
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
}
a:hover.gray  {
	color: #777777;
	text-decoration: underline;
}

.red, a:link.red, a:visited.red, a:hover.red {
	color: #CC0000;
}
a:hover.red {
	color: #900000;
	color: #777777;
}

a:hover.external {
	background: url(/images/external.gif) center right no-repeat;
	padding: 0 14 0 0;
}

a.printicon {
	background: url(/images/print_icon.gif ) center right no-repeat;
	padding: 0 24 0 0;
}

.bold {
	font-weight:bold;
}



/* BORDER AND LINE STYLES */

img {
   border-style: none;
}

hr {
	border: none;
	height: 1px;
	color: #BBBBBB;
	background-color: #BBBBBB;
}

#scrollContent {
	border-top:0px solid #CCCCCC
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#948B70;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
}

.caption {
	font-size: 8pt;
	font-family: sans-serif;
	color: #777777;
}

@media print {
	.printwidth {
		width:660;
	}
	.menu, .footer, .noprint, a.print {
		display:none;
	}
	div, td, p, .h5, a:link, a:visited, a:hover {
		font-size:14;
		font-family:sans-serif;
	}
	.lpad {
		padding-left:0;
	}
	.rpad {
		padding-right:0;
	}
	.tpad {
		padding-top:0;
	}
}







