/* CSS Document */

body {
	background-color: #003399;
}


table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 0px;
	background: #ffffff;
	padding: 0;
	margin:0;
}


td {
	vertical-align: top;	
}

table_hg {
	background: #cccccc;
}


a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

p  {
	margin: 0;
}

a:hover {
	color: #CC0403;
}



/* Listings */
ul {
    list-style: none;
}

#content ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

ul li {
	background: url(../images/li_dot.gif) 0px 5px no-repeat;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
}

.header {
	padding: 0;
	margin: 0px;
	text-align: right;
}

.main {
	padding: 10px 0px 15px 0px;
}


.navi {
	font-size: 13px;
}

.navi a {
	color: #E73C0D;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 18px 0 0;
}

.navi a:hover {
	color: #CC0403;
}

.subNavi {
	text-align: right;
	margin: 10px 5px 0 0;
}

.subNavi a {
	color: #E73C0D;
	margin: 0 10px 0;
	text-decoration: none;
	font-weight: bold;
}

.subNavi a:hover {
	color: #CC0403;
}

.sidebar {
	background-color: #DBDADA;
	width: 170px;
	padding: 10px;
	margin-left: 15px;
}


.sidebar a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.sidebar a:hover {
	color: #CC0403;
}


.hg {
	background-color: #cccccc;
}

.footer {
	text-align: right;
	margin: 10px 0 0 0;
}

.footer a {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: red;
}

h1 {
	font-size: 13px;
	margin: 0 0 0 0px;
}
h2 {
	font-size: 11px;
	margin: 0 0 0 0px;
	font-weight: bold;
}

.phone {
	background: url(../images/phone.gif) 0px 0px no-repeat;
	padding: 0 0 0 20px;
}

.mail {
	background: url(../images/mail.gif) 0px 2px no-repeat;
	padding: 0 0 0 20px;
	color: #666666;
}