/* GraffitiPromo.com Website Styles - Created by Jamie Ellison, 2007 */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 8pt;
	color: #666666;
}
h3 {
	font-size: 10pt;
}
.smallText {
	font-size: 8pt;
}
.smallGrayText {
	font-size: 8pt;
	color: #999999;
}
.redText {
	color: #CC0000;
}
.whiteText {
	color: #FFF;
}
.leftColumn {
	background-color: #EEEEEE;
	width: 135px;
}
.searchbox {
	background-image:url(../images/searchbg.gif);
	width: 275px;
	height: 93px;
}
img {
	border: 0px;
}

/* Left Menu */
.MenuItem {
	position:relative;
	width:auto;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	background: #EEEEEE;
	font-size: 8pt;
}
.MenuItemNoHover {
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
}
.MenuItem a:link {
	position:relative;
	display:block;
	width:auto;
	font-family: Verdana, Arial;
	font-weight: normal;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	padding: 3px 12px 3px 12px;
	margin:0px;
	background: #EEEEEE;
}
.MenuItem a:visited {
	position:relative;
	display:block;
	width:auto;
	font-family: Verdana, Arial;
	font-weight: normal;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	padding: 3px 12px 3px 12px;
	margin:0px;
	background: #EEEEEE;
}
.MenuItem a:hover {
	background: #FFFFFF;
	border-color: #CCCCCC;
}
.title {
	position:relative;
	top:0px;
	left:5px;
	padding:0px;
	margin:0px;
	margin-top:6px;
	margin-bottom:4px;
	font-family: Verdana, Arial; 
	font-size:8pt; 					
	color:#666666;
	font-weight:bold; 
}
/* Left Menu End */