/*web page content layout information*/
.container {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 700px;
	position: relative;
	top: 18px;
	background-image: url(IMG/border.gif);
	background-repeat: repeat-y;
	/*border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;*/
}
.links {
	margin: 2px;
	padding: 5px;
	float: left;
	position: relative;
	width: 150px;
	top: 15px;
	background-color: #FFFFFF;
}
.content{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	position: relative;
	top: 15px;
	background-color: #FFFFFF;
}
.header {
	margin: 0px;
	padding: 0px;
	width: 702px;
	position: relative;
	left:0px;
	top: 0px;
}
.footer {
	clear: both;
	position: relative;
	width: 700px;
	font-size:9px;
}


/* web page style information*/
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	background-image: url(IMG/bg.gif);
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
}
.BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	border-bottom-width: 1px ;
	border-bottom-style: dashed;
	border-bottom-color: #FF9561;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	width: 500px;
	border-top: 1px inset;
	border-right: none;
	border-bottom: none;
	border-left: 1px inset;
}
.formText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	height: 150px;
	width: 500px;
	border-top: 1px inset;
	border-right: none;
	border-bottom: none;
	border-left: 1px inset;
}

