body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	background-image : url(images/design/bkgnd.gif);
	list-style-image :  url(images/design/list.gif);
}

a {
	text-decoration : none;
}

a:link {
	color : #3366FF;
}

a:visited {
	color : #0066FF;
}

a:active {
	color : #FF9900;
}

a:hover {
	color : #FF9900;
}
	
table {
	color : Black;
	font-size : 10pt;
}

a.vertical {
	font-size : 8pt;
	font-weight : bold;
	width : 90px;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
	text-decoration : none;
}

a.vertical:link {
	color : #FFFFCC;
}

a.vertical:visited {
	color : #FFFFCC;
}

a.vertical:active {
	background-color : #205EA2;
	color : #99CCFF;
}

a.vertical:hover {
	color : #205EA2;
	background-color : #FFFFEE;
	text-decoration : none;
	}

.menu {
	background-color : #FFFFCC;
	font-size : 8pt;
	width : 400px;
	color : Black;
	height : 20px;
	}

.smalltext {
	font-size : 8pt;
}

.linkstyle { 
	position : absolute; 
	border : 1px red solid; 
	width : 160; 
	top : -500; 
	height : 30px; 
	background-color : blue; 
	filter : Alpha(Opacity=85);  < ! --- IE 4+ only --->
	text-align : center; 
	vertical-align : middle 
}

.styletitle { 
	color : white; 
	font-size : 8pt; 
	font-family : Verdana, Arial, Helvetica, sans-serif;  
	font-weight : bold 
}

.button {
	background-color : #99CCFF;
	color : White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	border : 2px inset White;
	width : 55px;
	height : 25px;
}

#description {
    width : 155px;
	z-index : 200;
	visibility : hidden;
	position : absolute;
	padding : 10px 2px 10px 2px;
	border : 1px solid #FF9900;
	font-size : 8pt;
	font-weight : bold;
	color : White;
	background-color : #205EA0;
    filter: alpha(opacity=95); <!--- IE 4+ only --->
}
#captiontext {
	font-size : 8pt;
	border : none;
	color : #000066;
	background-color : #FFFFEE;
	width : 400px;
	text-align : center;
}

#buttonAutoPlay {
	color : White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	background-image :  url(images/design/ap_button_o.gif);
	width :50px;
	height :25px;
	border : none;
}	

#title {
	font-size : 14pt;
	color : #333333;
}
