html {
margin:0; padding:0;
}
body {
font: 12px Arial, Helvetica, Verdana, sans-serif;
margin: 0; 
padding: 0;
background: white;
color: black;
}
.small {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #074242;
	background-color: #FFFF99;
	text-align: center;
}
.big {
    font-weight: bold;
    font-style: normal;
    font-size: 1.75em;
    text-align: center;
    color: #074242;
	background-color: transparent;
}
.plat {
    font-weight: bold;
    font-style: normal;
    font-size: 1.60em;
    text-align: center;
    color: #CC0033;
	background-color: transparent;
}
.gold {
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
    color: #CC9900;
	background-color: transparent;
}
.silver {
    font-weight: bold;
    font-style: normal;
    font-size: 1.4em;
    text-align: center;
    color: #666666;
	background-color: transparent;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.75em;
    letter-spacing: 2px;
    margin: 0.5em 0em 1em 1.5em; 
    color: #074242;
	background-color: transparent;
}


.menu1 {
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #074242; 
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 0px 0px 0px 0px; 
    margin: 0px 4px 0px 4px; 
    text-decoration: none;
 }
.line {
    border-bottom: 2px solid rgb(50%,40%,30%);
    margin: 0px 4px 0px 4px; 
 }
.botbut {
	font-size: 10px;
	color: #074242; 
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    padding: 0px 0px 0px 0px; 
 }
 
 
b.highlight {
    font-weight: bold;
    font-style: normal;
    color: #000000;
	background-color: #FFFF66;
}


a.menu1:link, a.botbut:link {
	color: #336666; background-color:transparent;
}
a.menu1:visited, a.botbut:visited {
	color: #336666; background-color:transparent;
}
a.menu1:hover, a.botbut:hover {
	color: #000000; background-color:#FBBB2C;
	text-decoration: underline;
}

a.menu1:active, a.botbut:active {
	color: #000000; background-color:transparent;
	text-decoration: underline;
}

.first {
    font-size: 12px;
    line-height: 15px;
}
     

b.defin {
font-weight: bold; 
font-size: 1.2em; 
color: #074242; background-color: transparent; 
}

b.red {
font-weight: bold; 
font-size: 1.2em; 
color: red; background-color: transparent; 
}


b.defin10 {
font-weight: bold; 
font-size: 1.0em; 
color: #074242; background-color: transparent; 
}

.newsl {
    font-size: 200%;
    letter-spacing:3px;
    color: #336666;    
}
b.newsl10 {
    font-size: 90%;
    color: #FFFFFF;    
}
b.newsl14 {
    font-size: 150%;
    color: #FFFFFF;    
}
b.newslhead{
    font-size: 150%;
    color: #336666;    
}

p.line {
    text-align: center;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin: 0 0 1px 0; padding: 0 0 0 0;
}