/*
Dark Gray	#1A171B; 

*/


Table
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

BODY
{
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-size:12px;
}


H1
{
	font-size: 18px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #a41c2c;
	text-transform: uppercase;
}

A
{
	color: black;
	text-decoration:underline;
}

A:active
{
	cursor:hand;
}

INPUT
{
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
	margin-right:0px;
	padding-right:0px;
}

TEXTAREA
{
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
}


A:hover
{
	color: black;
	text-decoration:underline;
}



.Title
{
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Verdana;
}
.Address
{
	text-align:center;
	font-family: Verdana, Tahoma;
	color: white;
	font-size: 13px;
	font-weight:normal;
	line-height:18px;
}

.Content
{

	text-align: left;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
	line-height: 19px;
	width:550px;
}

.RadEContentBordered
{
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
	line-height: 19px;
	background-color:white;
}

.LeftMenu
{
	margin-top:70px;
	margin-left:20px;
	text-align:left;
	padding:0px;
}


.LeftMenu .rmRootGroup
{
	margin-left:0px;
}

.LeftMenu .rmItem
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	cursor: hand;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
}

.LeftMenu .rmText
{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial;
	cursor: hand;
	color: white;
}




A.MenuItem, A.MenuItemSelected
{
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
	cursor: hand;
	color: black;
	text-decoration: none;
}

A.MenuItem:hover, A.MenuItemSelected:hover
{
	text-decoration: none;
}

.NameInfo
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: #fcfcfc;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.Shadow
{
	width:10px;
	background-image: url(Images/shadow.jpg);
	background-repeat: repeat-y;
}

.BrandName
{
	font-size: 17px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #a41c2c;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a41c2c;
	margin-left: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-top: 30px;
	font-weight:bold;
}


.ContentBoxes A
{
	text-decoration: none;
}

.ContentBoxes A:hover
{
	text-decoration: underline;
}