body,html {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	color: #4C5E6A;
	padding-top: 0;
}

body {
	background-color: #5E5E5E;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #4C5E6A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #113c65;
	font-family: Times New Roman;
	margin-top: 20px;
	
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #113c65;
	font-family: Times New Roman;
	margin-top: 25px;
}

h3 {
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #055e8b;
}

div {
	position: relative;
}

.ikon {
	margin-bottom: -2px;
}

table.grider, table.grider th, table.grider td {
	border: 1px solid #CCC;
	color: #000;
	font-size: 12px;
}

table.grider th {
	background-color: #CCC;
	padding: 4px;
	color: #000;
}

table.grider td {
	padding: 4px;
	color: #000;
}

table.grider tr {
	color: #000;
}

div.clearer {
	clear: both;
}

div.group_header {
	width:100%; 
	border: 1px solid #666; 
	background-color:#AAA;
	text-align:center;
	padding:4px 0 4px 0;
	margin-bottom:3px;
}

div.group_header a {
	color: #FFF;
}

div.clearer {
	clear: both;
}

div#pagination {
	width: 850px; 
	text-align: right; 
	line-height: 23px; 
	border-bottom: 1px solid #ccc;
}

div#pagination_bottom {
	width: 850px; 
	text-align: right; 
	line-height: 23px; 
	border-top: 1px solid #ccc;
}

/* BEGIN STYLES */

#login_error { color: red;}

div.nav {
	 width: 900px;
	 margin: 0px auto;
	 text-align: center;
	 background: url(../images/tab.gif) 5px no-repeat;
	 height: 46px;
	 line-height: 40px;
	 color: #85c9f2;
}

div.nav a {
	color: white;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	font-weight: normal;
	font-family: Times New Roman, Serif;
	font-size: 12px;
}

div.nav a:hover {

}

div.nav a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}

td.maincontent {
	padding-left: 6px;
	padding-top: 10px;
}

div#la_links {
	background: url(../images/la_bg.gif) -3px no-repeat;
}

div.loginBox {
	background: url(../images/member_login_bg.jpg) no-repeat;
	margin-left:20px;
	padding-left:20px;
	height: 200px;
	margin-right:20px;
}