/*DESIGN STYLES*/
.login_error {
	padding-bottom: 5px;
	padding-top: 5px;
	color:red;
}
/* ---------- header---------- */

.usefulllinks{
	font-size: 70%;
	color: #000000;
	vertical-align: bottom;
	padding-bottom: 8px;
}

a.usefulllinks:link, a.usefulllinks:visited, a.usefulllinks:hover{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.search{
	font-size: 70%;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: right;
}

a.search:link, a.search:visited, a.search:hover{
	font-size: 90%;
	color: #E41815;
	font-weight: bold;
	text-decoration: none;
}

/* ---------- navigation---------- */

.navigation{
	padding-left: 5px;
	padding-right: 12px;
}

.navtitle{
	font-size: 95%;
	color: #003366;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 6px;
}

a.navoff:link, a.navoff:visited{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

a.navoff:hover{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

a.navon:link, a.navon:visited{
	font-size: 90%;
	color: #003366;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
}

a.navon:hover{
	font-size: 90%;
	color: #003366;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
}

a.subnavoff:link, a.subnavoff:visited{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

a.subnavoff:hover{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

a.subnavon:link, a.subnavon:visited{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
}

a.subnavon:hover{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
}

.subnav1_mark{
	margin-left: 16px;
}

a.subnav1off:link, a.subnav1off:visited{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

a.subnav1off:hover{
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

a.subnav1on:link, a.subnav1on:visited{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
}

a.subnav1on:hover{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
}

.navsubtitle{
	font-size: 90%;
	color: #003366;
	font-weight: bold;
	border-style: solid;
	border-color: #FFBC1B;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	margin-bottom: 2px;
}

/* ---------- core ---------- */

h1{
	font-size: 150%;
	font-weight: normal;
	margin-top: 7px;
	border-style: solid;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	margin-right: -5px;
}

h2{
	font-size: 120%;
}

h3{
	font-size: 110%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 90%;
}

h6{
	font-size: 80%;
}

a.blue{
	color: #003366;
}

a.blue:hover{
	color: #003366;
}

a.blue:visited{
	color: #003366;
}

.blue{
	color: #003366;
}

.lightblue{
	color: #006699;
}

.white{
	color: #FFFFFF;
}

.black{
	color: #000000;
}

.yellow{
	color: #FFB400;
}

.red{
	color: #E41815;
}

.rightparttitle{
	color: #006699;
	font-weight: bold;
}

.content{
	font-size: 70%;
	padding-right: 5px;
}

/* ---------- footer ---------- */

.footer{
	font-size: 70%;
	text-align: center;
	border-style: solid;
	border-color: #FFBC1B;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

/*GENERAL STYLES*/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 60%;
}

table{
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0 0;
	margin: 0px;
	padding: 0px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	vertical-align: top;
}

img{
	border-width: 0px;
}

a{
	color: #FFB400;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #FFB400;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #FFB400;
	font-weight: bold;
	text-decoration: none;
}

/* ----- FROM STYLES ----- */

form{
	margin-bottom: 0px;
}

input{
	border-color: #999999;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.radio{
	border-width: 0px;
}

input.checkbox{
	border-width: 0px;
}

input.image{
	border-width: 0px;
	margin-bottom: -3px;
	background: #FFFFFF;
}

select{
	border-color: #000000;
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea{
	border-color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button{
	border-color: #000000;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
	border-width: 1px;
	border-style: solid;
}
