@charset "utf-8";
/* CSS Document */


body {
	background-color: #f3f7f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #262978;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr.forms {
	margin-right: 250px;
}

hr {
	margin-right: 400px;
}

hr.header {
	background-color: #262978;
	color: #262978;
	border: ridged;
	height:3px;
	margin-right: 10px;
	text-align: left;
}	

div.info {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom:15px;
}

.error {
	color: #ff0000;
	font-size: 10px;
	font-weight:bold;
}

.good {
	color: #2b552b;
	font-size: 12px;
	font-weight:bold;
}

.first_image {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.images {
	border-color: #fda134;
	border-width: thin;
	border-style:grooved;
	margin: 5px 5px 5px 15px;
	float: right;
}

.images_left {
	border-color: #fda134;
	border-width: thin;
	border-style: grooved;
	margin: 5px 15px 5px 5px;
	float: left;
}


.headings_parent {
	font-weight:bold;
	font-size:12px;
	color: #487e90;
}

.headings {
	font-weight: bold;
	color: #474f50;
}

div.indent {
	margin-left: 10px;
}

table.main {
	background-color: #FFFFFF;
	border-bottom: none;
	border-top: none;
}

tr.footer {
	background-color: #2e3192;
	text-align: center;
	color: #FFFFFF;
}

.top_nav {
	background-color: #9fa4a5;
	text-align: left;
}

.bar {
	color: #fbd763;
	font-size: 16px;
}

.leftnav {
	background-image: url(layout/left_nav.gif);
	background-repeat: no-repeat;
	color: #2b3991;
}

table.lnav {
	background-color: #fbdc76;
	color: #fbdc76;
	margin: 5px 5px 5px 5px;
	height: 475px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type:circle;
}	
		
a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.links:link {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a.links:visited {
	color: #e1eaef;
	font-size: 14px;
	text-decoration: none;
}

a.links:hover {
	text-decoration: underline;
}

a.links:active {
	color: #FFFF99;
}

a.left_nav:link {
	color: #4452a8;
	font-size: 13px;
	text-decoration: none;
}

a.left_nav:visited {
	color: #0c1f96;
	font-size: 13px;
	text-decoration: none;
}

a.left_nav:hover {
	text-decoration:underline;
}

a.left_nav:active {
	color: #4156d8;
}

.button {
	background-image:url(layout/form_button.png)
}
.link {
	color: #0000CC;
}
.link:hover {
	color: #CC6600;
}
#switch-lang {
	float: right;
	margin-right: 15px;
	font-size: large;
}

fieldset {
	border-color: #4045d5;
	width: 625px;
}

fieldset.small {
	border-color: #4045d5;
	width: 450px;
}
.pointer {
    cursor:pointer;
}
.noVis {
	display: none;
}
