.main {
	font-family: "Book Antiqua", Arial;
	font-size: 14px;
	color: #000000;
	background-color:#FFFFFF;
}

.main a:link {	
	color:#6699FF;
	text-decoration: none;
}
.main a:visited {
	color:#6699FF;
	text-decoration: none;
}
.main a:hover {
	color:#6699FF;	
	text-decoration: underline;
}


.tabSelected {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6699FF;
}
.tabSelected a:link {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6699FF;
	text-decoration: none;
}
.tabSelected a:visited {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6699FF;
	text-decoration: none;
}
.tabSelected a:hover {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6699FF;
	text-decoration: underline;
}

.tabUnselected {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
.tabUnselected a:link {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
.tabUnselected a:visited {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
.tabUnselected a:hover {
	font-family: "Berlin Sans FB", Arial;
	font-size: 18px;
	font-weight: normal;
	color:#6699FF;
	text-decoration: underline;
}

.heading1 {
	color: #999999; 
	font-size: 24px; 
	font-family: "Berlin Sans FB", Arial;
}

.heading2 {
	color: #FF9900; 
	font-size: 18px; 
	font-family: "Berlin Sans FB", Arial;
}

.footer {
	font-family: "Berlin Sans FB", Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.greyTable {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;		
}
.greyTable TABLE {	
}