body
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	background-image: url(Images/body_bg.jpg);
	background-repeat: repeat-x;
}

p, li
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
}

input
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

.Error
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: Red;
	font-weight: bold;
}

.MenuTable
{
	background-image: url(Images/menu_bg.jpg);
	border-top-style: none;
	background-repeat: repeat-x;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MenuCell
{
	font-size: 11px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

.SideMenuTable
{
	width: 177px;
}

.SideMenuCell
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: solid 1px #E0C79F;
	border-right: solid 1px #E0C79F;
	border-top: solid 1px #c5c5c5;
	border-bottom: solid 1px #aaaaaa;
	/*background-position: right;*/
	/*background-image: url(Images/sidemenu_item_bg.jpg);*/
	/*background-repeat: no-repeat;*/
	background-color: #DAD6CB;
}

.SideMenuHeader
{
	background-image: url(Images/sidemenu_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 191px;
	height: 30px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.SideMenuFooter
{
	background-image: url(Images/sidemenu_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 191px;
	height: 38px;
}

.CopyHeaderCell
{
	background-image: url(Images/copy_header_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	width: 589px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}

.CopyCell
{
	background-image: url(Images/copy_bg.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 5px;
	width: 589px;
	/*line-height: 17px;*/
}

.CopyFooterCell
{
	background-image: url(Images/copy_footer_bg.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 20px;
	width: 589px;
}

.CopyTitle
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}

.CopyText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
}

.FooterText
{
	font-family: Verdana;
	font-size: 10px;
	color: #636363;
	text-align: center;
}

.SideMenuLinkSpan
{
	padding-left: 10px;
	line-height: 16px;
}

/* MENU LINK */
a.SideMenuLink:link 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.SideMenuLink:visited 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.SideMenuLink:hover 
{ 
	color: #636363;
	text-decoration: underline;
}

a.SideMenuLink:active 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* MENU LINK LEVEL 2 */
a.SideMenuLink2:link 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

a.SideMenuLink2:visited 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.SideMenuLink2:hover 
{ 
	color: #636363;
	text-decoration: underline;
}

a.SideMenuLink2:active 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* COPY LINK */
a.CopyLink:link 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

a.CopyLink:visited 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

a.CopyLink:hover 
{ 
	font-size: 11px;
	color: #636363;
	text-decoration: underline;
}

a.CopyLink:active 
{ 
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

/* FORM ELEMENTS */
.FormHeader
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.FormDescription
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
}

.FormElement
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

.FormResult
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
}