/* CSS Document */


/* === standard elements ======================================================= */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
html, body
{
height: 100%;
padding: 0;
margin: 0;
} 
body {
	background: #003399 url(../images/page_bg.gif) top left repeat;
	margin: 0px;
	padding: 0px;
}

a {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 2px 0px 10px 0px;
	padding: 0px;
}

h2 {
	margin: 0px 0px 10px 0px;;
	padding: 0px;
}

h3, .heading3 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	color: #550000;
	font-weight: bold;
}


/* === layout ======================================================= */

#shrink {
	width: 950px;
	margin: 0px auto 0px auto;
}
.textBox {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background: #FFFFFF;
	border: solid 1px #000000;
}
.image {
	border: solid 1px #000000;
}
.imageLeft {
	border: solid 1px #000000;
	float: left;
}
.bolder {
	font-weight: bold;
}
.pageNavi {
	text-align: center;
	padding: 10px;
	color: #FF6400;
	font-size: 14px;
}
.pageNavi a{
	font-weight: bold;
	color: #FF6400;
}
.underline {
	text-decoration: underline;
}
.blue {
	color:#0033CC;
}
.red {
	color:#CC0000;
}
/* === misc ======================================================= */
.justify {
	text-align: justify;
}
.noWrap {
	white-space: nowrap;
}
.reset {
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 1px;
line-height: 0px;
font-size: 0px;
} 
.right {
	float: right;
}

