@charset "utf-8";
/* CSS Document */
div#globalbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
div#globalmain {
text-align:left; /* reset text alignment */
width:500px; /* or a percentage, or whatever */
margin:0; /* for the rest */
/*border-bottom: 1px solid #999999;*/
padding:10px;
} 

/* links */
a {
	color: #5151A1;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	outline:none;
}

a:visited {
	color: #5151A1;
}
a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 12px;
	color: #5A5AAF;
}

/* Forms */

input, select, textarea {
	background-color: #F7F7FF;
	border: 1px solid #AAA;
	padding: 3px;
	color:#5B5B5B;
	margin-right:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:320px;
}

input:hover, {
	border: 1px solid #333;
}

[disabled] { /* Text and background colour, medium red on light yellow */
color:#999;

}
