/* BASIC FORMATING */
a {
	text-decoration: none;
	color: #D74348;
}
a:hover	{
	text-decoration: underline;
	color: #E3BAD1;
}
table {
	font-family: arial;
	font-size: 11px;
	color: #5B1013;
}
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: bold;  }
h1 { font-size: 230%; font-family: arial, helvetica, sans serif; color:#bc292f; font-weight:normal; line-height: 30px; margin-bottom: 10px; }
h2 { font-size: 140%; font-family: arial, helvetica, sans serif; color:#333333; font-weight: bold; line-height: 18px; margin-top: 10px; margin-bottom: 10px; }
h3 { font-size: 140%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/* CLASSES */
.bold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.light {
	color: #D74348;
}
.maintable {
	width: 100%
}
.navbarlink {
}
.navbarlink_active {
	text-decoration: none;
	color: #5B1013;
}
.navbarlink_active:hover {
	text-decoration: none;
}
.numbered-list {
	list-style-type: number;
}
.numbered-list li {
	margin-bottom: 4px;
}
.fieldset {
	border: solid 5px #fbdfee; 
	padding: 10px;  
	margin-top: 20px;
}
.legend-header {
	font-size: 14px;
	font-weight: bold;
	color: red;
	font-style: italic;
}
.small-print {
	color: #999999;
	font-style: italic;
}

/* DIVS */
#navbar {
	margin: 10px 0px;
	width: 100%;
	text-align: center;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, arial, sans serif;
}
#menu {
	position: fixed;
	left: 70px;
	top: 30px;
	width: 375px;
	height: 15px;
	visibility: visible;
	word-spacing: -1px;
}

