/* CSS Document */

body{
	color: #000000;
}
.main{
	background-color: #c8c8c8; border-color: #CCCCCC; border-width: 2px; border-style: outset; background-image: url(img/main.jpg); background-repeat: no-repeat; 
}
.head{
	background-image: url(img/head.jpg); background-repeat: no-repeat;
}
a {
	text-decoration: none; color: #000000;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #000000;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.orange {
	color: #ff8c00;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #CC0000;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
}
.blue{
	color: #000099;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
a .blue{color: #000099;}
a:hover .blue{color: #CC0000;}
.bigred{
	color: #CC0000;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
a .bigred{color: #CC0000;}
a:hover .bigred{color: #FF0000;}
.warning {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}
p{
	padding: 0px; margin: 0px;
}

