/* CSS Document */

.typeLeft {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}

.typeCenter {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.typeRight {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: right;
	vertical-align: middle;
}

.underline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: underline
}

.linethru {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: line-through
}

a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #0066FF; 
	text-decoration: none
}

a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FF00FF; 
	text-decoration: none
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #0066FF; 
	text-decoration: underline overline
}

a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FF0000; 
	text-decoration: none
}

body {
/*
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #AAAAAA;
	scrollbar-darkshadow-color: #EEEEEE;
*/
	background-image: url(../images/nav_background.png); background-repeat: no-repeat; }
