﻿body 
{
	width:	100%;
	height:	100%;
	margin:	0;
	background-color:#eeeeee;
}

a:link, a:visited, a:active
{
    xxcolor: #0033AA; 
    color: #4182C4;
    text-decoration: none;
}
    
a:hover
{
    color:#dd0000;
    text-decoration: underline;
}

a.topnav
{
    color:#888888; 
    font-weight:normal; 
    font-family:Verdana; 
    text-decoration:none;
}

a.topnav:hover
{
    xfont-weight:bold;
    color:#F79646;
}

.formButtons
{
    border:solid 1px #cccccc;
}

p
{
    text-align:justify;
}

.line140
{
    line-height:140%;
}

.line150
{
    line-height:150%;
}

ul
{
    line-height:150%;
}

ul.bluedot
{
    list-style-image: url("/images/struct/bullet_blue.gif");
}

.grayText
{
    color:#777777;
}

#main 
{
    font-family:Arial, Sans-Serif, Verdana;
    font-size:13px;
    color:#333333;
	position: relative;
	width: 760px;
	background-color:#ffffff;
	padding-left:30px;
	padding-right:30px;
}

#grayLine
{
    background-image:url(/images/struct/gray_line_left.gif);
    text-align:right;
}

#grayLine2
{
    background-image:url(/images/struct/gray_line2_left.gif);
    text-align:right;
}

.delimiterHorizontal
{
    z-index: -60;
    border-bottom: solid 1px #CCCCCC;
}

.pageMarginLeft
{
    xxbackground:url(/images/margin_left.gif) repeat-y;
}

.pageMarginRight
{
    xxbackground:url(/images/margin_right.gif) repeat-y;
}

.boxTop
{
    background:url('/images/struct/block_2_top.gif') repeat-x;
}

.boxLeft
{
    background:url('/images/struct/block_2_left.gif');
}

.boxRight
{
    background:url('/images/struct/block_2_right.gif');
}

.boxBottom
{
    background:url('/images/struct/block_2_bottom.gif');
}

.box3Top
{
    background:url('/images/struct/block_3_top.gif') repeat-x;
}

.box3Left
{
    background:url('/images/struct/block_3_left.gif') bottom;
}

.box3Right
{
    background:url('/images/struct/block_3_right.gif') bottom;
}

.box3Bottom
{
    background:url('/images/struct/block_3_bottom.gif');
}

.box3Content
{
    background: url(/images/struct/block_bg.gif) repeat-x bottom center;
}

.box4Top
{
    background:url('/images/struct/block_4_top.gif') repeat-x;
}

.box4Left
{
    background:url('/images/struct/block_4_left.gif') bottom;
}

.box4Right
{
    background:url('/images/struct/block_4_right.gif') bottom;
}

.box4Bottom
{
    background:url('/images/struct/block_4_bottom.gif');
}

.topHeaderNav
{
    white-space:nowrap;
    width: 150px;
}

.topHeaderNavSub
{
    white-space: nowrap;
    padding: 0px 20px 0px 20px;
    text-align:left;
}

.footer
{
    color:#555555;
    font-size:11px;
    xpadding-left:10px;
    xpadding-right:10px;
    padding-top: 10px;    
    padding-bottom:30px;
}

.contentTitle
{
    color: #4182C4;
    xxcolor: #F79646;    
    font-family:Verdana, Arial;
    font-size:16px;
    font-weight:bold;
}

.contentTitle.orange
{
    color: #F79646;
}

.boxTitle
{
    color: #4182C4;
    font-family:Verdana, Arial;
    font-size:13px;
    font-weight:bold;
    white-space:nowrap;
    text-align:left;
}

.boxTitle.orange
{
    color: #F79646;
}

.titleText
{
    color: #4182C4;
    font-family:Verdana, Arial;
    font-size:13px;
    font-weight:bold;
    white-space:nowrap;
    text-align:left;
}

.quotation
{
    font-size:11px;
    color:#777777;
}

.listStyle1
{
    font-size:11px;
    text-align:left;
}

.midDot
{
    margin-left: 3px;
    margin-right: 3px;
    color: #888888;
    font-weight: bold;
    font-size: 16px;
}



