@charset "UTF-8";
/* CSS Document */
/* global */
* {
margin: 0;
padding: 0;
/*border: 0 none;*/
font-weight: normal;
font-style: normal;
text-decoration: none;
outline-style: none;
}

html {
	 min-width: 1024px;/*IE7*/
	/* force scrollbar */
    height: 102%;
}

p {
	padding-bottom:10px;
}

em {
	font-style:italic;
}

body {
	/*font-family: "Lucida Grande", Verdana, sans-serif;
	position: relative;*/
	background: #7a725d;/*#65604c;*/
	/*background-image:url(../MEDIA/IMAGES/ribbon.jpg);*/
	background-repeat:repeat-x;
	color:#4c4c4c;
	/*
	scrollbar-base-color: #280A00;
	scrollbar-face-color: #581600;
	scrollbar-arrow-color: #D7C4BE;
	scrollbar-3dlight-color: #581600;
	scrollbar-highlight-color: #A05E47;
	scrollbar-shadow-color: #280A00;
	scrollbar-darkshadow-color: #581600;
	
	margin: 0;
    padding: 0px;
	text-align: center;
	overflow: inherit;
	color:#000000;*/
}
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4c4c;
}

.clr {clear:both;} 
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

ul, ol { list-style-type: none }
ul li, ol li { display: inline }	

img {border:0}
form { margin: 0; }
button { cursor: pointer }
/* links */
a:link, a:visited {color: #326ea1;text-decoration: none;}
a:hover {text-decoration: underline;color:#383d44;}


b {
	font-family:Arial, Helvetica, sans-serif;
   font-weight: bold;
   }

h1{
	color: #a21b1e;
	font-size:14px;
	font-weight:bold;
}


h3, h4, h5, h6{
	font-size:24px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	margin: 0 0px 0px 0;	
}
h5{
	font-size:24px;
	background: transparent url('images/dot_border.gif') repeat-x bottom;	
	margin: 0 0px 20px 0;	
}
.form {
	margin:10;
	padding:10;
}
textarea, select {
	/*display:block;*/
	/*border:#757D88 solid 0px;font:1em Arial, Helvetica, sans-serif;*/
	background:#fff;
	font-size:13px;
	font-weight:normal;
	margin:2px 10px 4px 0;
	width: auto;
}
input {
	/*display:block;*/
	/*border:#757D88 solid 0px;font:1em Arial, Helvetica, sans-serif;*/
	background:#fff;
	font-size:13px;
	font-weight:normal;
	width: auto;
}
input, textarea {
	/*display:block;*/
	/*border:#757D88 solid 1px;font:1em Arial, Helvetica, sans-serif;*/
}


.form-error {
	color:#990000;
}
/* fix for fieldset background spill bug in all flavours of IE */
	  fieldset {
        position: relative;
        margin: 2em 0 1em 0;
      }

