body
{
    font-family: Arial;
}
.ViewerBody, .HtmlEditor  div, td 
{
    font-family: Arial;
    font-size: 13px;
}

h1
{
    font-size:24px;
}
td
{
    vertical-align: top;
}
.Bar
{
    width: 946px;
    height: 35px;
    background-image: url( 'Images/BarBG.png' );
}

.SpaceList
{
}
.SpaceList li
{
    margin-bottom: 15px;
}

.SmallText
{
    font-family: Arial;
     font-size: 0.8em;
}

.NormalText
{
    font-family: Arial;
     font-size: 1.0em;
}

.LargeText
{
    font-family: Arial;
     font-size: 1.3em;
}
.LineSpace
{
    line-height: 150%;
}
.SideBox
{
    background-image: url( 'Images/OrangeBox.png' );
    width: 209px;
    height: 202px;
    text-align:center;
    padding-right:3px;
}
.SideBoxTitle
{
    text-align: center;
    font-size: 18px;
    width: 212px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-top: 5px;
    color: #000D44;
}
.SideBoxOrangeTitle
{
    text-align: center;
    font-size: 18px;
    width: 212px;
    height: 30px;
    vertical-align: middle;
    padding-top: 5px;
    color: #000D44;
}
.SendBtn
{
    text-align: center;
    margin-top:5px;
}

.SupportItem a
{
	color: #F68A17;
	font-size:14px;
	padding-right: 1px;
}

.Support input
{
	border: solid 1px #C6C7C7;
	color: Black;		
}

.Support textarea
{
	border: solid 1px #C6C7C7;
	color: Black;
}

.Support select
{
	border: solid 1px #C6C7C7;
}

.SideMenuItem
{
}

.SideMenuItemClicked
{
	background-color: #F2942E;
}

.TopMenuItem
{
	vertical-align: middle; 
	padding: 2px 15px 2px 15px;
	height: 31px;
}

.TopMenuItem a
{
	color: #EFF4FF; 
	text-decoration: none;
}

.TopMenuSeperator
{
	background-image:url('Images/BarSeparator.png'); 
	width:3px;
}

.TopMenuItemClicked
{
	vertical-align: middle; 
	padding: 2px 15px 2px 15px;
	background-image: url('Images/ClickedBarBG.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 31px;
}

.TopMenuItemClicked a
{
	color: #EFF4FF; 
	text-decoration: none;
}