body {
	background: url(/eric/back.png);
        color: #000000;
        font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
}

p {

        color: #000000;
        font-weight: normal;
        font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
}

b {

        color: #999999;
        font-weight: bold;
        font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
        text-transform: uppercase;
        
}

i {

        color: #666666;
        font-weight: normal;
        font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
}

u {

        color: #999999;
        font-weight: normal;
        font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;

}

.top {
	background: #cccccc;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 8pt;
	font-weight: bold;
	
}
.top2 {
	background: #cccccc;
	color: #000000;
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
	font-weight: bold;
	text-align: left;
}

h1 {
	background: #cccccc;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 8pt;
	font-weight: bold;
	
}
h2 {
	background: #cccccc;
	color: #000000;
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 7pt;
	font-weight: bold;
	text-align: left;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	color: #90BEDE;
        text-transform: uppercase;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
	cursor: help;
        text-transform: uppercase;
}
input, select {
	color: #000000;
	background: #cccccc;
	font-size: 7pt;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma; 
	border: 1px solid #000000;
}
textarea {
	color: #000000;
	background: #cccccc;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma; 
	text-align: center;
	border: 1px solid #000000;
}