@charset "UTF-8";
/* CSS Document

site: http://www.yourdomain.com
author: Your Name
version: 1.0

All rights reserved. This CSS may not be duplicated for any purpose.
*/

/*
1. Universal Declarations
2. Structure
3. Text Styles
*/

/* Universal Declarations
----------------------------------------------------------------------------- */


/* Structure
----------------------------------------------------------------------------- */
#container{
	width:800px;
margin:10px;
padding:10px;
	background-color:#FFFFFF;
	}

body {
	background-image: url(bg/bg5.jpg);
	background-repeat: no-repeat;
	background-color: #FFE300;
}

.style1 {font-size: 10px}

.form{width:775px;
float:left;
clear:both;
margin:5px;
padding:5px;
border:5px;
background-color:#FFFFFF;
}

.select{width:775px;
float:left;
clear:both;
margin:5px;
padding:5px;
border:5px;
background-color:#FFFFFF;
}



/* Text Styles
----------------------------------------------------------------------------- */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}

.regular {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width:500px;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
}

.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
}
.bold2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
}
.bold3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
}

.label {
font-family: Helvetica, Arial, sans-serif;
	width: 80px;
	height:12px;
	float:left;
	clear:both;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	margin:5px;
}

p{font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width:500px;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	}

