/* Headers */
H1 
{
    background: transparent url('/_structure/images/zone2h1bg.gif') no-repeat scroll left top;
	color : white;
	font-weight : normal;
	font-size : 18px;
	display: block;
	width: 489px;
	height: 34px;
	padding: 12px 0px 0px 26px;
	margin: 0px 0px 10px 0px;
}

H2 
{
	color : #4a2b71;
	font-weight : bold;
	font-size : 14px;
	margin-top: 0px;
}


H3 
{
	color : #014489;
	font-weight : bold;
	font-size : 13px;
}

a, a:visited 
{
    color: #4b1577;
    text-decoration: underline;
}

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


/* Tables */
TABLE.box 
{
	border : 1px solid #4b1577;
	width:700px;
}

TABLE.halfbox 
{
	border : 1px solid #4b1577;
	width:325px;
}

th
{
    background-color: #4b1577;
    color: White;
    font-weight: bold;
    padding:2px 3px 2px 4px;
}

th a
{
    color: White;
}


/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 450px;
	position: relative;
	text-align: center;
	background-color: white;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}

/* Form elements */
.button 
{
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT 
{
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: black;
	background-color : white;
	border : 1px solid #d9acd5;
	margin-right:5px;
}

.checkbox
{
    border: 0px;
}

#zone4 a, #zone4 a:hover, #zone4 a:visited
{
    color: White;
    text-decoration: underline;
}

#zone4 .copyright
{
    float: left;
}

#zone4 .footerlinks
{
    width: 550px;
    margin-left: 175px;
    text-align: center;
}

