.login_button { 
	font-family: Trebuchet MS; 
	color: #0c3995; 
	font-size: 10pt; 
	font-weight: bold;
	border: 1px solid #3587BC; 
	background-color: #FFFFFF
}

.login_form  {
	font-family: Trebuchet MS; 
	font-size: 10pt; 
	border: 1px solid #3587BC; 
	height:30; 
	padding-left:5px; 
	padding-top:5px
}

.forms_button { 
	font-family: Trebuchet MS; 
	font-size: 10pt; 
	border: 1px solid #000000; 
	padding-left: 3px; 
	padding-right: 1px; 
	padding-top: 1px;
	padding-bottom: 1px; 
	background-color: #999999; 
	color:#FFFFFF; 
	font-weight:bold;
}

.forms       {
	font-family: Trebuchet MS;
	font-size: 12pt; 
	border: 1px solid #0c3995;
	padding-left: 3px; 
	padding-right: 1px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	background-color: #EFEFEF;
}

.top_dot {
	border-top: 1px dotted #0c3995;
}

.bread_crumb {
	color: #0c3995;
	font-size: 8pt; 
	font-weight: bold;
}

.form_header { 
	border: 1px solid #0c3995;
	font-family:Trebuchet MS;
	color:#0c3995; 
	font-weight:bold;
	background-color:#E1F0F7
}



.small_text {
	font-size: 10px;
}

/*.big_letter {
	font-size: 16px;
	font-weight: 300;
}*/

h1 {
	font-family: Trebuchet MS; 
	font-size: 14pt; 
	color: #0c3995
}

h2 { 
	font-family: Trebuchet MS; 
	font-size: 12pt; 
	color: #0c3995; 
	font-weight: bold;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #1c4aa5;
}

a:visited {
	color: #3767c7;
}

a:hover {
	color: #001846;
}

#container {
	height: 100%;
	width: 100%;
	background: #FFFFFF;
}
#page_header {
	height: 104px;
	background: url(http://www.hyperdesignservices.com/images/TopBG.gif) repeat-x;
}
#header_left {
	height: 104px;
	float: left;
}
#header_right {
	height: 104px;
	float: right;
}
#page_body {
	width: 100%;
}
#footer {
	padding: 20px;
	font-size: 12px;
	text-align: center;
}