/* Hyperlink colors */
a:active { color: #666699; text-decoration: underline; background-color: transparent;}
a:hover { color: #9999cc; text-decoration: underline; background-color: transparent;}
a:link { color: #333366; text-decoration: underline; background-color: transparent;}
a:visited { text-decoration: underline; background-color: transparent;}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
p { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color:#000000;}

h1 { font-size: 150%; font-weight: bold; color: #660000;}
h2 { font-size: 140%; font-weight: bold; color: #660000;}
h3 { font-size: 130%; font-weight: bold; color: #660000;}
h4 { font-size: 120%; font-weight: bold; color: #660000;}
h5 { font-size: 110%; font-weight: bold; color: #660000;}
h6 { font-size: 100%; font-weight: bold; color: #660000;}

/* 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;}

/* Classes */
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 75%;}
.heading { font-size: 100%; color: #999966;}

.img-float-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}
.img-float-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
.img-right-caption {
	float: right;
	clear: right;
	width: 240px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img-left-caption {
	float: left;
	clear: left;
	width: 240px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
	background-position: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Template features */
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

