html, body, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin-bottom: 10px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
}

a {
	color: #A13C20;
	text-decoration: none;
}

a:hover {
	color: #FF4410;
	text-decoration:underline; 
}

ul {
	margin-left: 10px;
}

li {
	margin-left: 15px;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#565656;
	margin-bottom: 5px;
}

h2 { font-size:16px; }

h3 { font-size:14px; }

h4 { font-size:12px; font-weight: bold; }

.light-text { color:#848484 }

.btn-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/btn-normal.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 18px;
}

.btn-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(/images/btn-active.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	width: 101px;
	height: 18px;
}

.title-box {
	background-color: #FFD13C;
	padding: 5px;
	border: 1px solid #A13C20;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.item-box {
	background-color: #F5F5F5;
	padding: 10px;
	border: 1px solid #D9DEDD;
	clear: both;
	height: auto;
}

.button, .button:hover {
	background-color: #A13C20;
	padding: 2px;
	border: 1px solid #632514;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
}

.button:hover {
	background-color: #C14926;
}

.textbox, .combobox, .textbox:hover, .combobox:hover {
	background-color: #FBFBFB;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 10px;
	color: #6F6F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textbox:hover, .combobox:hover {
	background-color: #F5F4E2;
}

.textbox {
	height: 14px;
}

.row1 {
	background-color: #FCFCFC;
	border-bottom: 1px solid #C3C3C3;
}

.row2 {
	background-color: #F4F4F4;
	border-bottom: 1px solid #C3C3C3;
}

.textboxm {
	background-color: #FBFBFB;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 10px;
	color: #6F6F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hidden {
	display:none;
}

.mono {
	font-family:"Courier New", Courier, mono;
}

.sidelink:hover {
	color: #666666;
	text-decoration: none;	
}

.sidelink {
	color: #333333;
	text-decoration: none;
}

.photo, .photo-right {
	border: 1px solid #383838;
}

.photo-right {
	float: right;
	margin-left: 10px;
	clear: both;
}

.photo:hover, .photo-right:hover {
	border: 1px solid #990000;
}

.clearit {
	clear: both;
}

.subhead {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px
}

#breadcrumbs a {
	color:#0062C4;
}

.greybutton {
	background-color: #4F4F4F;
	padding: 5px;
	border: 1px solid #202020;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.greybutton2 {
	background-color: #999999;
	padding: 3px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.greybutton a {
	color:#FFCC00;
}

.greybutton a:hover {
	color:#FF9900;
}

#nounderline a:hover {
	text-decoration: none;
}