body {
	color: black;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}


a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #191970;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF00CC;
	text-decoration: underline; 
	font-weight: bold;
}
#center a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
#center a:visited {
	color: #191970;
	text-decoration: none;
	font-weight: bold;
}
#center a:hover {
	color: #0066CC;
	text-decoration: underline; 
	font-weight: bold;
}
#bottom a:link, #bottom a:visited {
	color: white;
	text-decoration: underline; 
	font-weight: bold;
}  


h1, h2 {
	color: #0066CC;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 14px;
}
h2, h3 {
	font-size: 12px;
	text-align: left;
}
h3 {
	font-style: italic;
}
div {
	text-align: justify;
}


select {
	margin-top: 5px;
	font-size: 11px;
	width: 110px;
}
hr {
	color: #FF00CC;
	margin-top: 0;
	margin-bottom: 0.5em;
}
img {
	border: none;
}


#right div, #left div, #top div {
        padding:0;
        margin:0;
        margin-bottom:0.5em;
}
#right ul, #left ul, #top ul {
	list-style-type: none;
	text-align: left;
	padding:0;
	margin:0;
        margin-bottom:1em;
}
#right li, #left li, #top li {
	text-align: left;
	padding:0;
	margin:0;
	margin-bottom:0.5em;
}

#right #news {
        border: 1px solid #0066CC;
        background-color: white;
        padding: 0.5em;
}
#right #news ul, #left #news ul, #top #news ul {
	list-style-type: none;
	text-align: left;
	padding:0;
	margin:0;
        margin-top:0.5em;
}


td {
	padding: 0.5em;
	vertical-align: top;
}


#top {
	border: 1px solid #0066CC;
	background-color: #FFCC33;
	font-weight: bold;
}
#topleft, #topcenter, #topright {
	padding: 1em;
	border: none;
}
#topleft, #topcenter, #bottomleft {
	text-align: left;
}
#topright, #bottomright, #topright ul, #bottomright ul, #topright li, #bottomright li {
	text-align: right;
}
#bottom {
	background-color: #0066CC;
	font-size: 9px;
	font-weight: bold;
}
#center {
	padding: 1em;
}
#left, #right {
   background-color: #FFCC33;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
        padding: 1em;
}