
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 1.4em;
}

a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fadeTopLeft {
	background-image: url('images/fadeTopLeft.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fadeTop {
	background-image: url('images/fadeTop.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.fadeTopRight {
	background-image: url('images/fadeTopRight.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.fadeLeft {
	background-image: url('images/fadeLeft.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

.fadeRight {
	background-image: url('images/fadeRight.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.fadeBottom {
	background-image: url('images/fadeBottom.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.fadeBottomLeft {
	background-image: url('images/fadeBottomLeft.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.fadeBottomRight {
	background-image: url('images/fadeBottomRight.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.headerLogo {
	float: left;
	padding-top: 35px;
	padding-left: 25px;
}

.headerLinks {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #00000;
}

.menuTop {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #173d69;
	padding-left: 25px;
	cursor: pointer;
}

.menuCenter {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #aaaacc;
	border-bottom: 1px solid #173d69;
	padding-left: 25px;
	cursor: pointer;
}

.menuBottom {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #aaaacc;
	padding-left: 25px;
	cursor: pointer;
}

.content {
	background-image: url('images/bgFade.gif');
	background-repeat: repeat-x;
	background-color: #eeeeff;
}

.contentLeft {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 20px;
}

.contentRight {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding: 20px;
}

.footer {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: center;
	border-top: 1px solid #ff9900;
}