/* CSS Document */

html{
	height:100%;
	cursor:crosshair;
	
	scrollbar-3dlight-color: #300000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #300000;
	scrollbar-darkshadow-color:#300000;
	scrollbar-face-color:#300000;
	scrollbar-highlight-color: #300000;
	scrollbar-shadow-color: #300000;
}

body {

	height:100%;
	background:url(images/back.png) top center repeat ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-style:normal;
	text-align:justify;
}

.img{
	border:double thick #300000;
}

.color{
	color:#c6c295;
}

.title {
	font-size: 24px;
	font-weight: bold;
}

.subtitle {
	font-size: 18px;
	font-weight: bold;
}


.sml {
	font-size: 10px;
	text-align:left;
}


.fields {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
	width: 160px;
	height: 12px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #300000;
	background-color: #FFFFFF;
	padding:5px;


}
.buttons {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	width: 85px;
	background-color: #300000;
	border: 1.5px solid #FFFFFF;
	height: 25px;
	font-weight: bold;

}

.fieldsComment {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
	width: 160px;
	height: 40px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #300000;
	background-color: #FFFFFF;
	padding:5px;
	
	scrollbar-3dlight-color: #300000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #300000;
	scrollbar-darkshadow-color:#300000;
	scrollbar-face-color:#300000;
	scrollbar-highlight-color: #300000;
	scrollbar-shadow-color: #300000;

}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

