BODY
{
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
}

TD
{
	font-size: 12px;
	font-family: Verdana;
}

/* Classes */

.title
{
	background-image: url(/SwingLinePortal/Images/BulletRed.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 18pt;
	font-family: Tahoma;
	color: #888888;
}

.subtitle
{
	font-size: 16pt;
	font-family: verdana;
}

.content
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align: top;
}

.sidebar
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
		
	color: #888888;
}

.bluebullet
{
	background-image: url(/SwingLinePortal/Images/BulletBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
		
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menu
{
	background-image: url(/SwingLinePortal/Images/BulletBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
		
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	color: #dd3832;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

legend
{
	color: black;
	font-weight: bold;
}