body {
	margin: 0px;
	background-color: white;
}
body,td,th,p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
	margin-bottom: 0px;
}

h3 + p {
	margin-top: 0px;
}

a:link {
	color: #336699;
}
a:hover {
	color: #86d176;
}
a:visited {
	color: #336699;
}
.content {
	padding-left: 60px; 
	padding-top: 20px; 
	padding-right: 5px; 
	padding-bottom: 10px;
}
.breadcrumbs {
	font-size: 7pt;
	background-color: white;
	color: #666666; 
	font-size: 8pt; 
	font-weight: normal; 
	padding: 4px;
	padding-left: 32px;
}

.breadcrumbs a:link {
	color: #666666;
}
.breadcrumbs a:hover{
	color: #336699;
}
.breadcrumbs a:visited {
	color: #666666;
}
.right_side_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}
.left_side_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.alert {
	color: #cf063a;
	font-weight: bold;
}
.alert a:link {
	color: #cf063a;
	font-weight: bold;
}
.alert a:hover {
	color: orange;
	font-weight: bold;
}
.alert a:visited {
	color: #cf063a;
	font-weight: bold;
}

.page_title {
	font-size: 16pt;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
.page_subtitle {
	font-size: 12pt;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 10px;
}
.searchsubmit{
	height:20px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background: #666666;
	padding-right: 1px;
	padding-left: 1px;
}

.blue_bar {
	width: 99%; 
	background-color: #336699; 
	color: white; 
	padding-left: 3px;
}
.buttonBorder {
	border: 2px groove white;
	padding: 2px;
}
.buttonBorder a:visited {
 color: red;
}
.buttonBorder a:link {
 color: red;
}

.section_tab {
	background-image:url(/images/layouts/tab.gif); 
	font-size:12px; 
	height: 20px; 
	width: 520px; 
	color: #333366; 
	font-weight: bold;
}

.section_tab_title {
	padding-top: 2px; 
	padding-left: 5px
}