@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

input[type='text'], input[type='password'], textarea{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

textarea {
	text-align:left !important;
}

body {
	margin-top: 10px;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 0px;
	Font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background:transparent;
}

.topdiv1 {
	background-color: #F7EBA5;
	background-image: url('/images/fagure_.jpg');
}

.topdiv2 {
	background-color: #F7EBA5;
	background-image: url('/images/fagure2.jpg');
}

.content {
	background-color: #F7EBA5;
}

.navbar {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 0px;
	text-align: right;
	background-color: #F7EBA5;
	font-size: 13px;
}

.navlinks {
    margin-bottom: 10px;
}

.navlinks a:link, .navlinks a:visited {
	display: block;
	border-bottom: 1px solid #FA9415;
	padding: 2px 0px 1px 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
	background:transparent;
	background-color: #fff;
}

.navlinks a:hover {
	background-color: #E0AE25;
	color: #000000;
	text-decoration: none;
}

.maintext {
	margin-left: 10px;
	margin-right: 10px;
}

p {
	text-align: justify;
	text-indent: 0.5in;
	Font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
}

td {
	Font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
}

.error {
	color:red;
}

.button {
	padding:3px 5px 3px 5px; 
	background-color:#eeeeee;
	border:1px solid #ccc;
	color:#000;
	text-decoration:none;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}