/* CSS document */

html {
	height: 100%;
}


body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


a, p, td, h1, h2, h3, h4, ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
}


a, p, h1, h2, h3, h4, ul {
	text-align: left;
}


p {
	color: #1e1e1e;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 7px;
}

	
a { 
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

a:hover { 
	text-decoration: underline;
}


img.bottom {
	vertical-align:bottom;
	border:0px;
}


li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}


ul {
	list-style-image: url(/img/bullet.gif);
	font-weight: regular;
	font-size: 11px;
	color: #003b60;
	border-top: 1px solid;
	border-bottom: 1px solid;	
}

.nocolor {
	color: #1e1e1e;
}

.noimage {
	list-style-image: none;
}

.noline {
	border-top: 0px none;
	border-bottom: 0px none;	
}

.notsmall {
	font-size: 12px;
}

.smallindent {
	padding-left: 20px;
}



.head1 { 
	font-size: 16px;
	font-weight: bold;
	color: #003b60;
}

.head2 {
	font-size: 13px;
	font-weight: bold;
	color: #003b60;
	margin-top: 20px;
	margin-bottom: 0px;
}

.head3 {
	font-size: 12px;
	font-weight: bold;
	color: #003b60;
	margin-top: 0px;
	margin-bottom: 0px;
}

.head4 {
	font-size: 11px;
	font-weight: bold;
	color: #003b60;
	margin-top: 0px;
	margin-bottom: 0px;
}


.h100 {
	height: 100%;
}
.wh100 {
	height: 100%;
}
.h100rb0 {
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
}
.wh100rb0 {
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
}


.formular {  
	border: 1px solid;
	color: #003b60;
	font-size: 11px;
	width: 350px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.button {
	border: 1px solid;
	color: #003b60;
	background-color: #c3ccd3;
}


.blue {
	font-weight: bold;
	color: #003b60;
}

.light {
	font-weight: bold;
	color: #d6e0e8;
} 	

.yellow {
	font-weight: bold;
	color: #e8b800;
} 	


.topnavi {
	font-size: 12px;
	font-weight: bold;
	color: #d6e0e8;
} 	

.topnavi:hover { 
	text-decoration: none;
}


.leftnavi {
	font-size: 11px;
	font-weight: bold;
	color: #d6e0e8;
} 	

.leftnavi:hover { 
	text-decoration: none;
}

.leftnavi2 {
	font-size: 10px;
	color: #d6e0e8;
} 	

.leftnavi2:hover { 
	text-decoration: none;
}


.leftnavismall {
	font-size: 10px;
	font-weight: bold;
	color: #d6e0e8;
} 	

.leftnavismall:hover { 
	text-decoration: none;
}

ul.pr {
	list-style-image: none;
	font-weight: regular;
	font-size: 11px;
	color: #000;
	border-top: 0px none;
	border-bottom: 0px none;	
	padding-left: 20px;
}


