.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
	font-size: x-small;
}

.arrowlistmenu ul li a{
color: #CC0066;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: x-small;
}

.arrowlistmenu ul li a:visited{
	color: #CC0066;
	font-size: x-small;
}

.arrowlistmenu ul li a:hover{
	color: #CC0066;
	background-color: #F3F3F3;
	font-size: x-small;
}

a {
	text-decoration: none;
	color: #CC0066;
	font-weight: normal;
}
a:link {
	font-family: Tahoma;
	font-weight: normal;
	color: #CC0066;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color: #CC0066;

}
a:hover {
	font-family: Tahoma;
	font-weight: normal;
	color: #FF99CC;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-weight: normal;
	color: #CC0066;
	text-decoration: none;
}
td {
	font-family: Tahoma;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	font-size: 14px;
}
input {
	font-family: Tahoma;
	font-size: 12px;
	color: #511356;
	text-decoration: none;
}
select {
	font-family: Tahoma;
	font-size: 12px;
	color: #511356;
	text-transform: uppercase;

}
h1 {
	font-size: 16pt;
	font-weight: lighter;
	color: #511356;
	letter-spacing: 6px;
	font-family: Tahoma;




}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #511356;
	font-weight: bold;

}
h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #511356;
	font-weight: normal;

}
li {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff3399;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
