body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ddd;
	background-color: #25476D;
	}
a {
	font-weight: bold;
	text-decoration: none;
	color:  #fff;
	outline: none;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color:  #fff;
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color:  #ccc;
	}
a:hover {
	font-weight: bold;
	color: #ff0;
	text-decoration: none;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px; 
	}
	
p.bread {
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
	}

p.quotebox {
	background-color:#25476D;
	width: 80%;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	padding: 2px 10px 2px 10px;
}
	
h1,h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3,h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5,h6 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

.medium { font-size: 12px; }	
.small { font-size: 10px; }

div.headerCenter {
	color: white;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
	}

div.headerLeft {
	color: white;
	background-image: url("/img/back.gif");
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	padding: 6px;
	}

div.headerRight {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	}
		
#top {
	margin: 20px 20px 0px 20px;
	height: 100px;
	}
#bottom {
	position: relative;
	margin-right: 10px;
	bottom: 20px;
	height: 20px;
	color: #fff;
	}

table.body {
	width: 100%;
	}
table.news {
	background: url("/img/back.gif");
	margin-left: auto;
    margin-right: auto;
    width: 80%;
	}
td.left {
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	width: 150px;
	}
td.middle {
	vertical-align: top;
	padding: 10px;
	}
td.right {
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	width: 150px;
	}

