body
{
	margin: 0px;
}
a
{
	color: blue;
}
.menu_item
{
	color: white;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
	text-transform: uppercase;
	/* font-weight: bold; */
}
.menu_item:hover
{
	color: white;
	text-decoration: underline;
}
.menu_item_selected
{
	color: #FFFC00;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu_item_selected:hover
{
	text-decoration: underline;
}
.bodyText
{
	font-family: verdana, arial;
	font-size: 10px;
}
.infoText
{
	font-family: verdana, arial;
	font-size: 9px;
	color: white;
}
.contactTextInput
{
	width: 160;
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
}
.textInput
{
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
	width: 140px;
}
.textinput1
{
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
}
.button
{
	font-size: 12px;
	/* background-color: #F9f9f9; */
	/* border: 1px solid #999999; */
}
li.orange
{
	list-style-image: url(/images/orange_bullet.gif); 
	/* list-style-position: outside; */
	margin-top: 5px;
	margin-bottom: 1px;
	color: white;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 12px;
}
li
{
	list-style-image: url(/images/orange_bullet.gif); 
	/* list-style-position: outside; */
	margin-top: 5px;
	margin-bottom: 1px;
	color: black;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 10px;
}

.details_td_one
{
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #FFCC00;
	border: 1px solid #CCCCCC;
	text-align: right;
	width: 100px;
	font-weight: bold;
}
.details_td_two
{
	font-family: verdana, arial;
	font-size: 12px;
	/* background-color: #FFFFFF; */
	border: 1px solid #CCCCCC;
	text-align: left;
}
