﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0D3145;
	font-size: 11px;
	background-color: #FFFFFF;
}
td, tr, p, div {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0D3145;
	font-size : 11px;
	line-height: 15px;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #0C4161;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pagination span, .pagination a {
	margin: 0 2px;
}
.small, .createdate, .modifydate {
	font-size: smaller;
	font-style: italic;
}
#form-login fieldset {
	border: none;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3, .contentheading, .componentheading {
	color: #247394;
	font-size: 12px;
	font-weight: bold;
}
.componentheading {
	padding: 10px;
}
h4 {
	font-size: 120%;
}
ul {
	padding-left: 20px;
	margin-left: 0;
}
li {
	list-style-image: url(../img/li.gif);
}
select, textarea {
	background: #4d4d4d;
	color: #b4c5d6;
	border: 1px outset #b4c5d6;
}
input {
	background: url(../images/text_bg.jpg) bottom repeat-x;
	border: 1px outset #00546A;
	color: #1A3C44;
	font-weight: normal;
	font-size: 10px;
}
.button:focus, input:focus, select:focus, textarea:focus {
	border: 1px outset #c3a718;
}


