a {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #333333;
}

a:hover { 
    color: #ff0000; 
    text-decoration: underline;
}

h1 {
	font-family: Verdana;
	color: #333333;
	margin-bottom: 0%;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-family: Verdana;
	text-align: center;
    margin-bottom: 0%;
    font-size: 12px;
	font-weight: normal;
}

h3 {
    font-family: Verdana, Arial;
	margin-bottom: 0%;
	color: #000000;
	text-align: center;
    font-size: 11px;
    font-weight: normal;
}

h4 {
    font-family: Verdana;
	margin-bottom: 0%;
    color: #000000;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-family: Verdana;
	margin-bottom: 0%;
    color: #000000;
	text-align: left;
    font-size: 10px;
    font-weight: normal;
}

h5 {
	font-family: Verdana;
	color: #000000;
	margin-bottom: 0%;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

p {
	font-family: Verdana;
	color: #000000;
	margin-bottom: 0%;
	text-align: left;
    font-size: 11px;
    font-weight: normal;
}

.input		{ BACKGROUND-COLOR: #cccccc; COLOR: #000000; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; vertical-align:bottom; width:150 }
.select		{ BACKGROUND-COLOR: #cccccc; COLOR: #000000; FONT-FAMILY: Tahoma; FONT-SIZE: 8pt; vertical-align:bottom}
.inputbtn	{ BACKGROUND-COLOR: #cccccc; COLOR: #000000; FONT-FAMILY: Tahoma; FONT-SIZE: 5pt; vertical-align:bottom}


