@import url(layout.css);
@import url(common.css);

html, body {
	width:100%;
	height:100%;
}

body {
	background-color:#9EA188;
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	float:left;
	display:table;
	
	
	/* NOT STANDARD CSS -  SORRY :P */
	scrollbar-face-color:'#CBCBB9';
	scrollbar-arrow-color:'#A5A58E';
	scrollbar-track-color:'#CBCBB9';
	scrollbar-shadow-color:'#A5A58E';
	scrollbar-highlight-color:'#A5A58E';
	scrollbar-3dlight-color:'#CBCBB9';
	scrollbar-darkshadow-Color:'#CBCBB9';	
}

td, body, p, div, input, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #62635D;
}

img {
	border: 0;
}

input, textarea {
	font-family: Arial;
	font-size: 12px;
	background-color: #DBDBCD;
	margin: 0 0 5px 0;
	border:1px solid #B3B39D;
	width: 350px;
}

a, a:link, a:visited {
	color: #994c3b;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;	
	margin-bottom: 10px;
}

h3 {
	color: #994c3b;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4 {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 2px;
}


p {
	margin-top: 0px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border:none;
}

ul, ol {
	margin: 0 0 2px 0;
	padding: 0;
}
ol li {
	list-style-position: inside; 
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside; 
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
}
.button {
	width: 100px;
	font-weight:bold;
}
.border {
	border-top: 2px solid #B3B39D;
	clear:both;
		margin: 10px 0 10px 0;
	/*height: 2px;

	
	width: 350px;
	height: 20px;	
	background: url(../img/border_background.gif) no-repeat;	*/
}