body, tbody, tr, td {
  font-style : normal;
  font-weight : normal;
  font-size : 12px;
  line-height: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #707172;
}

p {}

img {
  border: none;
}

h1, h2, h3 {
margin: 0.2em 0;
}

h1 {
  font-size: 48px;
  line-height: 54px;
  color:#87888a;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  color:#b1b2b4;
}
h3 {
  font-size: 16px;
  line-height: 20px;
  color:#87888a;
}

a:link, a:visited {
	color: #b1b2b4;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #b1b2b4;
}

ul {
  list-style: square;
}

fieldset {
  border: #393d7c solid 1px;
}
fieldset p {
  margin: 0px 0px 3px 0px;
  padding: 0px;
}
legend {
  color: #a8945f;
  font-weight: bold;
  padding: 0px 15px 0px 15px;
  margin-bottom: 15px;
}
#footer {
font-size: 10px;
}

/* ---------------------- Menu ---------------------- */
#menu ul {
  margin:0 auto;
  padding:0;
  list-style-type:none;
  width:980px;
  font-size:24px;
}
#menu ul li{
  display:block;
  float:left;
}
#menu ul li a {
  display:block;
  float:left;
  color:#fff;
  text-decoration:none;
  padding:14px 8px;
}

#menu ul li a:link, #menu ul li a:visited {
  color:#fff;
  text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a.selected {
  color:#b1b2b4;
  text-decoration:none;
}




/* CSS Standard form */

.ve_formModule p {
margin-bottom: 3px;
}

select {
	margin:6px 5px 0px 0px; /* drop down list */
}

textarea {
font-size:10px;
	width: 300px; /* textarea width */
	height: 150px;
}

input.ve_text {
font-size:10px;
	width:300px; /* textbox width */
	margin-bottom:5px;
}

.ve_formModule label.ve_label {
	font-size:10px;
	display:block;
	float:left;
	width:180px; /* width depends on layout */
	text-align:right;
	margin:3px 5px 0px 0px; /* spacing between form elements */
}

.ve_formModule fieldset {
border:solid #CCCCCC 1px;
}

.ve_formModule legend {
color: #990033;
font-weight: bold;
padding: 0px 15px 0px 15px;
margin-bottom: 15px;
}

/* END CSS Standard form */

/* START of button */

.ve_formButtons input.ve_button {
font-size:10px;
background-color:#fff;
color:#a8945f;
margin-bottom:10px;
margin-top:10px;
margin-left:185px;
}

input.ve_loginButton {
background-color:#000033;
color:white;
font-size:10px;
margin-bottom:10px;
margin-top:10px;
}

.ve_forgotPasswordModule input.ve_button {
background-color:#000033;
color:white;
font-size:10px;
margin-bottom:5px;
}

/* END of button */
