html { }

body {
	background-color: #E7E7E7;
	background-image: url(_img/bg.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica;
	font-size: 80%; 
	line-height: 1.5;
	text-align: justify;
	}

td {
	text-align: justify;
	}

.clear { clear: both; }
.bold { font-weight: bold; }

a:link		{color:#000000; text-decoration: none; }
a:visited	{color:#000000; text-decoration: none; }
a:hover		{color:#000000; text-decoration: underline; }
a:active	{color:#000000; text-decoration: underline; }

h1 {
	font-weight: bold;
	font-size: 1.2em;
	}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	}
	
h3 {
	font-weight: bold;
	font-size: 1.2em;
	}
	
h4 {
	font-weight: bold;
	font-size: 1.2em;
	}
	
input {
	width: 385px;
	height: 25px;
	border: 0px;
	background-color: #C4C4C4;
	font-size: 21px;
	}

select {
	width: 385px;
	height: 25px;
	border: 0px;
	background-color: #C4C4C4;
	font-size: 21px;
	}

textarea {
	width: 496px;
	height: 100px;
	border: 0px;
	background-color: #C4C4C4;
	font-family: Arial;
	font-size: 21px;
	}