﻿body
{
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size: 11pt;
	margin: 0px;
	color: #000000;
}

.title
{
	font-size: 14pt;
	font-variant: small-caps;
}

.menuItem
{
	background-image: url(images/menuMiddle.png); 
	padding-right: 40px; 	
}

.menuItemMiddle
{
	padding-bottom: 10px;
}

.linkItem
{
	color: #000000;
	text-decoration: none;
}

.linkItem:hover
{
	color: #ff4500;
	text-decoration: none;
}

.bulletItem
{
	margin-bottom: 20px;
}

.defaultButton
{
	height: 35px;
	width: 125px;
}