/* STANDARD TAG ELEMENTS */

body
{
	background-color:#796449;
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Sans-Serif; 
	font-size:11px;
	color:#626262;
	text-decoration:none;
	line-height:16px;
}

h1
{
	color: #E98E4B;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	color:#E98E4B;
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:14px;
	font-weight:bold;
}

a
{
	text-decoration: underline;
	color:#2D56A8;
}

a:hover
{
	text-decoration:underline;
}

p, ul, li, td
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
	/*line-height: 16px;*/
}

hr
{
	border: 0;
	color: #E9E8D2;
	background-color: #E9E8D2;
	height: 2px;
}

/* CUSTOM CLASSES */

.PageContent
{
	padding: 15px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
	line-height: 16px;
}

.HomePageContent
{
	padding: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
	line-height: 16px;
}

.ErrorCopy
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight:normal;
	color:#ff0000;
}

.ErrorTitle
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight:bold;
	color:#ff0000;
}

.EventCopy
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:10px;
	color:#626262;
	text-decoration:none;
	line-height:14px;
}

.Caption
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:10px;
	color:#626262;
	text-decoration:none;
	line-height:14px;
}

.Keywords
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:10px;
	color:#796449;
	text-decoration:none;
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
}

.FooterCopy
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
	color:#525252;
	line-height:17px;
}

.FormLabel
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:10px;
	color:#626262;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}

.FormItem
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
	color:#626262;
	text-decoration:none;
	line-height:16px;
}

.HomeBox
{
	background: #FFFFFF;
	/*
	border-style:dotted;
	border-width:1px;
	*/
}

.BoxHeader
{
	background: #E9E8D2;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
	/*line-height: 16px;*/
	padding: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.BoxContent
{
	padding: 0px 5px 5px 5px;
}

.Box
{
	background: #FFFFFF;
	border-style:solid;
	border-color: #999999;
	border-width:1px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

/*
.u {text-decoration:underline}
.up {text-transform:uppercase}
.sm {font-size:10px}
.b {font-size:12px}

.form { width:191px;
		height:21px;
		font-family:tahoma;
		font-size:13px;
		border-style:solid;
		border-width:1px;
		border-color:#B4B4B4;
		background-color:#ffffff;
		color:#646464;
		margin-left:0px;
		margin-right:0px}
		
.textarea {width:255px;
		height:161px;
		font-family:tahoma;
		font-size:13px;
		border-style:solid;
		border-width:1px;
		border-color:B4B4B4;
		background-color:#ffffff;
		color:#646464;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;}

	
.tablenav {background-color: #F6F6ED;}
*/


