/*global elements*/
body{
	font-family: "lucida grande",arial,verdana,helvetica,sans-serif; 
	font-size: 62.5%; 
	line-height: 1em; 
	color: #333;
	border-top:0px solid #b81b26;
}


p{margin: 0.33em 0 1em 0;line-height:1.45em;}
ul { margin: 0.33em 0 0.67em 0;line-height:1.45em;padding:0 0 0 15px;list-style:disc; }
ol { margin: 0.33em 0 0.67em 0;line-height:1.45em;padding:0 0 0 19px; }
h3 { color:#b81b26; line-height:1.2em; margin: 0.33em 0 0.67em 0; }
h4 { font-size:1.2em; line-height:1.2em; margin: 0.33em 0 0.33em 0; }
h5 { font-size:1.1em; line-height:1.1em; margin: 0.33em 0 0.33em 0; }
h6 { font-weight:bold; font-size:1em;line-height:1em;margin:0; }
small{font-size: 85%;}
big{font-size: 115%;}
sup{font-size: smaller; vertical-align: 0.5em; line-height: 1px;}
form{margin: 0; padding: 0;}
hr{clear: both; border: 0; width: 100%; color: #000; background-color: #000; height: 1px; margin: 10px 0; padding: 0;}
a{color: #033e87; font-weight:bold; text-decoration:none;}
a:hover, p a {text-decoration:underline;}
p a:hover { text-decoration:none; }
strong { font-weight:bold; }

.test {color:blue}
.imageLeft {
	float:left;
	margin:0 10px 10px 0;
}
.imageRight {
	float:right;
	margin:0 0 10px 10px;
}