/* Hyperlink colors */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #333366;}
a:visited { }
a:hover  { color: #9999cc;}
a:active, a:focus { color: #666699; background-color: #ffffcc;}

/* Navigation */
#navbar ul { margin:0px; padding:0px 0px 12px 0px; list-style-type:none;}
#navbar ul li { margin: 6px 0px; padding:0px;}
#navbar ul li ul { margin: 0px; padding: 0px; list-style-type:none;}
#navbar ul li ul li { padding-left: 1em;}
#navbar p {margin:0px; padding:0px;}

a.homepage { text-decoration: none; background-color: transparent;}
a.homepage:link { text-decoration: none; font-size: 20px; color: #333366;}
a.homepage:visited { text-decoration: none; font-size: 20px;}
a.homepage:hover { text-decoration: none; font-size: 20px; color: #9999cc;}
a.homepage:active { text-decoration: none; font-size: 20px; color: #666699; background-color: #ffffcc;}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url();
}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 { font-size: 150%; font-weight: bold; color: #333366;}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #660000;
}
h3 { font-size: 130%; font-weight: bold; color: #333366;}
h4 { font-size: 120%; font-weight: bold; color: #333366;}
h5 { font-size: 110%; font-weight: bold; color: #333366;}
h6 { font-size: 100%; font-weight: bold; color: #333366;}

/* Classes */
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
.heading { color: #660000; font-size: 100%;}
.img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
}
.img-left {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: none;
}

/* Template features */
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

