@import url("https://fonts.googleapis.com/css?family=Raleway");

body, th, td, div
{
	font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
}

body
{
	background: url('images/bg.gif');
}
a:active, a:link, a:visited 
{
	color: #003399;
	text-decoration: underline;
}
a:hover
{
	color: #ff0000;
	text-decoration: none;
}
a:link.menu, a:active.menu, a:visited.menu
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #ffffff;
}
a:hover.menu
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #e1ce13;
}
a:link.footer, a:visited.footer, a:active.footer, .footer
{ 
	color: #333333;
	font-size: 7pt;
	text-decoration: none;
} 
a:hover.footer
{ 
	color: #333333;
	text-decoration: underline;
}
a:link.err, a:active.err, a:visited.err
{
	color: #ff0000;
}
a:hover.err
{
	color: #003399;
	text-decoration: underline;
}
a:link.cat, a:active.cat, a:visited.cat
{
	color: #003399;
	text-decoration: underline;
}
a:hover.cat
{
	color: #222222;
	text-decoration: none;
}
a:link.sidecart, a:active.sidecart, a:visited.sidecart
{
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}
a:hover.sidecart
{
	color: #ffffff;
	text-decoration: underline;
}
a:link.mini, a:active.mini, a:visited.mini
{
	color: #003399;
	text-decoration: none;
}
a:hover.mini
{
	color: #003399;
	text-decoration: underline;
}
a:link.openlink, a:active.openlink, a:visited.openlink
{
	color: #b22222;
	font-size: 10pt;
	font-weight: bold;
}
a:hover.openlink
{
	color: #003399;
	text-decoration: underline;
}

#header
{
	background-color: #001c50;
}
#main
{
	background-color: #ffffff;
}
.logo_head
{
	color: #ffffff;
	font-weight: bold;
	font-size: 19pt;
	padding: 15px;
	padding-bottom: 5px;
}
.logo_slogan
{
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 125px;
	letter-spacing: 2px;
}
.main
{
	padding: 20px;
	background: none #ffffff;
}
.header_side1
{
	font-size: 9pt;
	font-weight: bold;
	color: #222222;
}
.header_side2
{
	font-size: 9pt;
	font-weight: bold;
	color: #222222;
}
.err
{
	color: #ff0000;
}
small
{
	font-size: 7pt;
	color: black;
	font-style: italic;
}
.header
{
	color: #023864;
	font-family: "Raleway", sans-serif;
	font-size: 20pt;
	font-weight: normal;
}
.header2
{
	color: #336699;
	font-family: "Raleway", sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.subheader
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.thead
{
	font-weight: bold;
	color: #ffffff;
	background-color: #4e81bc;
	padding: 3px;
	border: solid 1px #ffffff;
}
.tcell
{
	padding: 5px;
}
.thead2
{
	font: bold 7pt verdana;
	color: #ffffff;
	background-color: #4e81bc;
	padding: 3px;
	border: solid 1px #222222;
}
.tcell2
{
	padding: 5px;
	font: normal 7pt verdana;
}
div.announcement
{
	border: solid 1px #666666;
	padding: 5px;
	background-color: #f5f5f5;
}
div.close
{
	float: right;
	font-size: 8pt;
	display: none;
}
div.open
{
	float: right;
	font-size: 8pt;
	display: inline;
}
div.block
{
	display: none;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-size: 12pt;
}
.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b22222;
}
