body {
	background: #acbecc url(../images/grey.png) repeat fixed;
	color: black;
	margin: 0;
	font-family: Tahoma, sans-serif;
}
#body {}
#header { text-align: center; }
#menu {
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
	width: 189px;
	top: 0;
	left: 0;
}
#main {
	margin-left: 189px;
	padding: 1%;
}
#menu p {
	text-align: center;
}
#footer{
	clear: both;
}

#photoRado {
    margin: 0px;
    border: none;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 180px;
    height: 178px;
}
#photoRado img {
    margin: 0px;
    border: none;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

h2 {
	text-align: center;
}

h2.underline{
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 0em;
}

p {
	text-align: justify;
	cursor: text;
}

img {
	border: 0;
	cursor: crosshair;
}

address {
	border-width: medium;
	border-style: outset;
	text-align: center;
}

ol.notop {
	margin-top: 0em;
}

dl dl {
	margin: 0em;
}

sup, sub {
	font-size: smaller;
}

a {
	cursor: pointer;
}

a:link {
	color: navy;
	background-color: transparent;
}

a:visited{
	color: navy;
	background-color: transparent;
}

a:hover {
	color: teal;
	background-color: transparent;
	text-decoration: none;
	outline: 1px solid teal;
}

a:active{
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

a.url { font-style: italic; }
.center { text-align: center; }
.middle { vertical-align: middle; }
.italic { font-style: italic; }
.field { font-weight: bold; }

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.bolder {
	font-weight: bolder;
}

.largerbolder {
	font-size: larger;
	font-weight: bolder;
}

.light {
	color: rgb(72,72,72);
}

.emph {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.bborder {
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: medium;
	border-color: black;
	color: black;
}
#red {
	background: red;
}
#green {
	background: green;
}
#blue {
	background: blue;
}

.redtext{
	color: red;
	background-color: transparent;
}

.placeholder{
	text-align: center;
	border-style: outset;
	border-width: medium;
}


@media print
{
	body { background: transparent; }
	#menu { display: none; }
	#main { margin: 0; }
}
