p { font: 1em Arial; font-weight: normal; line-height: 1.1; letter-spacing: 1px;}

p.test { font: 1em Arial; font-weight: normal; line-height: 1.1; letter-spacing: 1px; color: #FF7777;}

h1 { font: 1.5em Arial;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	}

h2 { font: 1.0em Arial;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	background-color:#DFEFFF;
	padding:3px 0px 3px 11px;
	}

/* Horizontal Rule Styles */

hr {
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	width: 99%;
	height: 1px;
	}

hr.bborder {
	border: none 0;
	border-top: 1px solid #000000;
	width: 66%;
	height: 1px;
	}


hr.bb {
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	width: 80%;
	height: 1px;
	}

A:visited { color: #777777; }
A:hover { color: #FF0000; }

li { list-style-image: url(../images/bullet_text.gif);
	margin: 1px 100px 1px 1px;
		font: 1em Arial; font-weight: normal; line-height: 1.3; letter-spacing: 1px;
	}

fieldset
{
border: 1px solid #CCCCCC;
background: #F4FBFF;
width: 30em
}

legend
{
font: 1.1em Arial; 
padding: 1em;
font-weight: bold;
}

label
{
width: 4em;
text-align: right;
padding-right: 2em
}

input
{
color: #000000;
background: #FFFFFF;
border: 1px solid #CCCCCC
}

textarea
{
color: #000000;
background: #FFFFFF;
border: 1px solid #CCCCCC
}
