/* CSS Document */

body{
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFEA9D;
}

a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF;
}

h1{
	font-family: Tahoma, Arial, Verdana;
	font-size:      18px;
	font-weight:    bold;
	text-align:     center;
        margin-top:     20px;
        margin-bottom:  5px;
	color: #FFFFFF;
}

h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:      16px;
	font-weight:    bold;
	text-align:     center;
        margin-top:     30px;
        margin-bottom:   5px;
	color: #FFEA9D;
}

h3{
	font-family: Tahoma, Arial, Verdana;
	font-size:      16px;
        font-weight:    normal;
	text-align:     center;
        margin-top:      5px;
        margin-bottom:  20px;
	color: #FFEA9D;
}

p{
	font-family: Tahoma, Arial, Verdana;
	font-size:   14px;
	font-weight: normal;
	text-align:  left;
        line-height: 135%;
	color: #FFFFFF;
}