
.small {  font-family: Verdana, sans-serif; font-size: 10px; color:#999999}
.medium {  font-family: Verdana, sans-serif; font-size: 13px}
.big {  font-family: Verdana, sans-serif; font-size: 16px}
.huge {  font-family: Verdana, sans-serif; font-size: 19px}

#menu {
	background-image: url(images/bg-menu.jpg); 
	background-position: left middle; 	
	height: 24px; width: 723px; 
	margin-top: 0px;
	padding-top: 3px; 
	padding-bottom: 0px;
	position: relative;	
	text-align: left;
	vertical-align: bottom;
}

#content {
	width: 680px; 
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

#right {
	float: right;
	padding-right: 10px;
}

#subtitle {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: left;
	font-size: 18px;
}

#footer {
	padding-top: 10px;
	font-size: 12px;
	color: #FFC;
}

.menulink {	font-weight: bold;	text-decoration: none;	color: white;}
.menulink:hover { font-weight: bold;	text-decoration: none;	color: black;}

.contentlink {	text-decoration: none;	color: #336633;}
.contentlink:hover { text-decoration: none;	color: black;}


a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
a.tooltip:link {
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;
	}
a.tooltip:visited {
	color: #0000ff;
	font-weight: bold;
	font-size: 12px;
}
a.tooltip:active {
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;
} 


