
a:link    { 	
    text-decoration: none;
    color: #339CCB; 
}

a:visited { color: #339CCB; }
a:active  { text-decoration:underline; }

a:hover {
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

.menu { 
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A19D9A;
    border-width:0px;
    margin-top: 30px;
   /* width:100%;*/ 
}

.menu .header {
    font-weight:bold; 
    font-size:1.8em;
    border-style:none; 
    border-bottom-style:solid; 
    border-bottom-width:1px;
}

.menu  .contents {
   color: #787878;
}

.menu  .contents ul{
	margin-top: 0;
	line-height: 180%;
}

.menu  .contents ul li{
    list-style-type: square;
    color: #787878;
    border-bottom: 1px dotted #E7E2DC;
}

.maindoc {
/*    border-style:none;
    border-left: 1px solid;*/
    float: left;
    margin: 0;
    padding: 20px;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A19D9A;
   /* width:100%; */
    width: 500px;
    align: left;
}

.maindoc ul{
	line-height: 180%;
}

.maindoc .simpledoc{
	line-height: 110%;
}

.advertise {
    margin-top: 30px;
    width: 270px;
    float: left;
}

.news {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A19D9A;
    border: 1px solid;
}

.news ul {
    margin-left: 0;
    padding-left: 2em;
}
.news li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #E7E2DC;
}

.news th {
    font-weight:bold; 
    font-size:1.8em;
    border-style:none; 
    border-bottom-style:solid; 
    border-bottom-width:1px;
}

.small{
    font-size:small;
}

.extrasmall {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5em;
    color: #A19D9A;
/*    color:grey;*/
}

.logo {
	/*font-size: 3.8em;*/
	background: #339CCB;
	letter-spacing: -1px;
        height: 60px;
}

.logo h1{
	color: #FFFFFF
}

.logo p {
 	margin: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}

.footer {
}
