body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

.nav {
	color: #EEFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	margin: 0px auto;
	white-space:nowrap;
	}
	
.nav_numbers {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	}

.nav01 {
	border-top: 1px solid #FFCF88;
	background-color: #D27E00;
	border-bottom: 1px solid #935800;
	}

.nav02 {
	border-top: 1px solid #C2D1F5;
	background-color: #163A8D;
	border-bottom: 1px solid #0C1E49;
	}

.nav03 {
	border-top: 1px solid #CCCCCC;
	background-color: #292929;
	border-bottom: 1px solid #000000;
	}

.navlink {
	font-size: small;
	font-weight: bold;
	color: #EEFFFF;
	text-decoration: none;
	}
	
.navlink a:link {color: #EEFFFF; text-decoration: none; font-size: small; font-weight: bold;}
.navlink a:visited {color: #EEFFFF; text-decoration: none; font-size: small; font-weight: bold;}
.navlink a:hover {color: #EEFFFF; text-decoration: underline; font-size: small; font-weight: bold;}
.navlink a:active {color: #EEFFFF; text-decoration: none; font-size: small; font-weight: bold;}

.content {
	font-size: small;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
	
.content a:link {color: #d17d02; text-decoration: none; font-size: small; font-weight: bold;}
.content a:visited {color: #d17d02; text-decoration: none; font-size: small; font-weight: bold;}
.content a:hover {color: #d17d02; text-decoration: underline; font-size: small; font-weight: bold;}
.content a:active {color: #d17d02; text-decoration: none; font-size: small; font-weight: bold;}

.phone {
	font-size: small;
	color: #173d91;
	font-weight: normal;
	}
	
.phone a:link {color: #173d91; text-decoration: none; font-size: small; font-weight: normal;}
.phone a:visited {color: #173d91; text-decoration: none; font-size: small; font-weight: normal;}
.phone a:hover {color: #173d91; text-decoration: underline; font-size: small; font-weight: normal;}
.phone a:active {color: #173d91; text-decoration: none; font-size: small; font-weight: normal;}

.header {
	font-size: small;
	font-weight: bold;
	color: #173d91;
	}