body {
	background: url('../images/bgtile.gif');
	color: #222222;
	font-family: sans-serif;
}

.userlinks {
	padding: 2px 7px 0 0;
	text-align: right;
	font-size: 12px;
}

.userlinks a {
	color: #0000FF;
}

.userlinks a:visited {
	color: #0000FF;
}

.banner {
	text-align: center;
}

.banner img {
	border: solid 1px #003366;
}

.menutabs {
	margin: 20px 20px 0 20px;
	padding-top: 4px;
	border-bottom: 1px solid #003366;
	text-align: center;
}

.subtabs {
	margin: 10px 20px 0 20px;
	padding-top: 4px;
	border-bottom: 1px solid #003366;
	text-align: center;
	font-size: 13px;
}

.menutab {
	background: url('../images/menutab.gif') repeat-x;
	margin: 0 5px;
	padding: 3px 10px 1px 10px;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.menutab a:link {
	text-decoration: none;
	color: #000000;
}

.menutab a:visited {
	text-decoration: none;
	color: #000000;
}

.content {
	margin: 0 20px;
	padding: 10px;
	background: #FFFFFF;
	font-size: 14px;
	border-left: solid 1px #003366;
	border-right: solid 1px #003366;
	border-bottom: solid 1px #003366;
}

.footer {
	font-size: 12px;
}

div.message {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #CCEDCB;
	border: solid 1px #6FCF6C;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
}

div.alert {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #F9A4B0;
	border: solid 1px #F03C55;
	width: 300px;
	margin: 10px auto;
	padding: 10px;
}

.btn_grn {
	background: #aff477;
	border: solid 1px #69d90f;
	font-size: 80%;
	font-weight: normal;
	padding: 3px;
	cursor: pointer;
}

.btn_grn a:link {
	color : #222222;
	text-decoration : none;
	font-weight: normal;
}

.btn_grn a:visited {
	color : #222222;
	text-decoration : none;
	font-weight: normal;
}

.btn_blu {
	background: #adbcf4;
	border: solid 1px #3f65f1;
	font-size: 80%;
	font-weight: normal;
	padding: 3px;
	cursor: pointer;
}

.btn_blu a:link {
	color : #222222;
	text-decoration : none;
	font-weight: normal;
}

.btn_blu a:visited {
	color : #222222;
	text-decoration : none;
	font-weight: normal;
}


div.login {
	margin: 20px 0;
	width: 100%;
	text-align: center;
}

div.login table {
	width: 260px;
	margin: 0 auto;
	border: solid 1px #4B7199;
	background: #FFFFFF;
	border-collapse: collapse;
}

div.login table td {
	padding: 6px 14px;
}

table.browse {
	border-collapse: collapse;
	border: solid 1px #222222;
	margin: 20px;
	font-size: 14px;
}

table.browse th {
	text-align: center;
	background: #CCCCCC;
	padding: 4px;
	font-weight: normal;
	border-bottom: solid 1px #666666;
}

table.browse th a {
	color: #003F7D;
	text-decoration: none;
}

table.browse th a:visited {
	color: #003F7D;
	text-decoration: none;
}

table.browse th a:hover {
	color: #003F7D;
	text-decoration: underline;
}

table.browse td {
	padding: 6px 15px;
	border-bottom: solid 1px #999;
}
