* {
margin: 0;
padding: 0;
}

body{
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 70%;
 color: #232220;
	line-height: 14px;
	border: none;
}

b{
 font-weight: bold;
}

p {
 padding: 0 0 6px 0;
}

h1{
	font-family: Georgia, Times;
	font-size: 180%;
 font-weight: bold;
 line-height: 100%;
 color:#009acd;
}

h2{
	font-family: Georgia, Times;
	font-size: 140%;
 font-weight: bold;
 line-height: 24px;
}

h2 span{
 color:#D6007B;
	font-style:oblique;
}

strong{color:#009acd;}

.tip{
	font-family: Georgia, Times;
	font-size: 140%;
 font-weight: bold;
 line-height: 24px;
}

.tip span{
 color:#D6007B;
	font-style:oblique;
}

input { 
/*color: #232220; */
/*border: none;*/
margin: 0 0 0 0;
font-size: 9px; 
}

select { 
/*color: #232220; */
/*border: none;*/
margin: 0 0 0 0;
font-size: 9px; 
}

ol {
 font-weight: bold;
	padding: 0 0 6px 0;
}

lighter {
 color: #CCC;
}

a{
 color: #009acd; 
 /*font-weight: bold;*/
 text-decoration: none;
}

a:active{
}

a:hover{
 color: #25408f; 
 /*font-weight: bold;*/
 text-decoration: none;
}



