/* CSS Document - fonts styles and sizes */

body {
background-color: #FFF;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

.text {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.bottomtext {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


.title {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

a:link {color:#000000; text-decoration:underline;}
a:visited {color: #666666; text-decoration:underline;}
a:hover {color:#CC0000;}

a.menu:link {color:#FFFFFF; text-decoration:underline;}
a.menu:visited {color: #FFFFFF; text-decoration:underline;}
a.menu:hover {color:#000000;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%; 
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%; 
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%; 
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%; 
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	line-height: 130%; 
	color: #CC0000;
	font-weight: bold;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 130%; 
	color: #993333;
	font-weight: bold; 
}
h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 130%; 
	color: #993333;
	font-weight: bold; 
}
.tagline {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
.address {
	margin: 10px;
	color: #ffffff;
	font-size: x-small;
}