﻿a
{
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
input
{
	border: solid 1px #1b3a3b;
}
.button
{
	border: solid 1px #FFF;
	background: #1b3a3b;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
}
h1
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
strong
{
	font-weight: bold;
	color: #FFFFFF;
}
.menu
{
	font-weight: bold;
}
.subMenu
{
	padding-top: 2px;
	width: 80px;
	height: 20px;
	text-align:center;
	background-image:url(i/SubSelected.gif);
	background-repeat: no-repeat;
}
.unsubMenu
{
	padding-top: 2px;
	width: 80px;
	height: 20px;
	text-align:center;
	background-image:url(i/SubUnselected.gif);
	background-repeat: no-repeat;
}
.selectedMenu
{
	color: #FFFFFF;
	font-weight:bold;
}
.selectedTab
{
	width: 100px;
	height: 20px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 4px;
	background-image:url(i/CurrentTab.gif);
	background-repeat: no-repeat;
}
.unselectedTab
{
	width: 100px;
	height: 20px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 4px;
	background-image:url(i/UnselectedTab.gif);
	background-repeat: no-repeat;
}
.centeredText
{
	vertical-align: middle;
	text-align: center;
}