body {
	font: 13px Helvetica, Arial, sans-serif;

	margin: 0px;
	padding: 0px;
	
	/* I hate IE. Hack to center pages with IE. */
	text-align: center;
}


.support_content {
    font-size:13px;
    margin-right:10px;
}

.support_content a:link    { color: #626262; font-size: 13px; font-weight: normal; text-decoration: underline; }
.support_content a:visited { color: #626262; font-size: 13px; font-weight: normal; text-decoration: underline; }
.support_content a:active  { color: #626262; font-size: 13px; font-weight: normal; text-decoration: underline; }
.support_content a:hover   { color: #828282; font-size: 13px; font-weight: normal; text-decoration: underline; }
}

.content {
	text-align: left;

    font: 13px Helvetica, Arial, sans-serif;
    padding:0px 40px 0px 40px;
}

.copyright {
    font: 10px Helvetica, Arial, sans-serif;
    color: #535353;
    text-align: center;
}

.navbar {
    padding: 5px 10px 10px 10px;
	text-align: left;
	font: 13px Helvetica, Arial, sans-serif;
	color: #535353;
}

.navbar_line {
    margin-top:-10px;
    width:100%;
}

.navbar_text { 
	font: 15px Helvetica, Arial, sans-serif;
    text-align:right;
    margin-right:10px;
    padding-bottom:3px;
    text-shadow:0px 1px 1px white;
}
.navbar_text a:link    { color: #535353; font-weight: normal; text-decoration: none; }
.navbar_text a:visited { color: #535353; font-weight: normal; text-decoration: none; }
.navbar_text a:active  { color: #535353; font-weight: normal; text-decoration: none; }
.navbar_text a:hover   { color: #8A8A8A; font-weight: normal; text-decoration: underline; }


.navbar_selected a:link    { color: #4642C9; font-weight: normal; text-decoration: none; }
.navbar_selected a:visited { color: #4642C9; font-weight: normal; text-decoration: none; }
.navbar_selected a:active  { color: #4642C9; font-weight: normal; text-decoration: none; }
.navbar_selected a:hover   { color: #686AC9; font-weight: normal; text-decoration: underline; }
