<!--

body {
	background-repeat: repeat-x;
	padding-top: 20px;
}


a.global_nav:link { font-family: sans-serif; font-size: 10pt; color: #F2F2F2; text-decoration: none; font-weight: bold; letter-spacing: 5px;}
a.global_nav:visited { font-family: sans-serif; font-size: 10pt; color: #F2F2F2; text-decoration: none;	font-weight: bold; letter-spacing: 5px;}
a.global_nav:hover { font-family: sans-serif; font-size: 10pt; color: #F2F2F2; text-decoration: underline; font-weight: bold; letter-spacing: 5px;}
a.global_nav:active { font-family: sans-serif; font-size: 10pt; color: #F2F2F2; text-decoration: none; font-weight: bold; letter-spacing: 5px;}

a.global_nav1:link { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: none; letter-spacing: 5px;}
a.global_nav1:visited { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: none; letter-spacing: 5px;}
a.global_nav1:hover { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: underline; letter-spacing: 5px;}
a.global_nav1:active { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: none; letter-spacing: 5px;}

a.global_nav_off:link { font-family: sans-serif; font-size: 10pt; color: #231F20; text-decoration: none; font-weight: bold; letter-spacing: 5px;}
a.global_nav_off:visited { font-family: sans-serif; font-size: 10pt; color: #231F20; text-decoration: none;	font-weight: bold; letter-spacing: 5px;}
a.global_nav_off:hover { font-family: sans-serif; font-size: 10pt; color: #231F20; text-decoration: underline; font-weight: bold; letter-spacing: 5px;}
a.global_nav_off:active { font-family: sans-serif; font-size: 10pt; color: #231F20; text-decoration: none; font-weight: bold; letter-spacing: 5px;}

a.global_nav_off1:link { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: none; font-weight: bold; letter-spacing: 5px;}
a.global_nav_off1:visited { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: none;	font-weight: bold; letter-spacing: 5px;}
a.global_nav_off1:hover { font-family: sans-serif; font-size: 10pt; color: #393939; text-decoration: underline; font-weight: bold; letter-spacing: 5px;}
a.global_nav_off1:active { font-family: sans-serif; font-size: 10pt; color: #239393931F20; text-decoration: none; font-weight: bold; letter-spacing: 5px;}

a.sub_nav:link { font-family: sans-serif; font-size: 9pt; color: #231F20; text-decoration: none; font-weight: bold; letter-spacing: 5px;}
a.sub_nav:visited { font-family: sans-serif; font-size: 9pt; color: #231F20; text-decoration: none;	font-weight: bold; letter-spacing: 5px;}
a.sub_nav:hover { font-family: sans-serif; font-size: 9pt; color: #231F20; text-decoration: underline; font-weight: bold; letter-spacing: 5px;}
a.sub_nav:active { font-family: sans-serif; font-size: 9pt; color: #231F20; text-decoration: none; font-weight: bold; letter-spacing: 5px;}

.content {
	line-height: 20pt;
	font-family: sans-serif;
	font-size: 9pt;
	color: #424242;
	letter-spacing: 2px;
}

.contact_info {
	line-height: 20pt;
	font-family: sans-serif;
	font-size: 10pt;
	letter-spacing: 5px;
}

.scrollbars {
	scrollbar-base-color: #dbcab8;
	scrollbar-arrow-color: #dbcab8;
	scrollbar-3dlight-color: #a99c8c;
	scrollbar-darkshadow-color: #dbcab8;
	scrollbar-face-color: #4b1d20;
	scrollbar-highlight-color: #4b1d20;
	scrollbar-shadow-color: #4b1d20;
	scrollbar-track-color: #dbcab8;	
}

.hidden {
	display: none;
}

.registration {
	padding: 5px 10px 5px 5px;
}

.form {
	width: 98%;
}

-->