@charset "utf-8";
/* CSS Document */
.bodystyle {
	padding:0px; 
	margin:0px; 
	background-image:url(../img/fringe_backline.gif);
	background-repeat:repeat-y;
}
.menutable {
	width:120px;
}
.contenttable {
	width:650;
}
.yellowbox {
	background-image:url(../img/yellowback.gif);
	background-repeat:repeat-y;
	/*background-color:#F2D25A;*/
	width:584;
	padding:0px 0px 0px 25px;
}
.contentboxpadding {
	padding:5px 0px 10px 0px;
}
.maincontentbox {
	width:500px;
	border:1px solid #FFFFFF;
	margin-left:10px;
	height:auto;
}
.yellowcontentbox {
	background-color:#F2D25A;
	width:500px;
	border:1px solid #FFFFFF;
	margin-left:10px;
}
.maincontent {
	margin:20px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
A IMG {
	border:0;
}
H1 {
	font-size:15px;
}
table {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
DIV.maincontent DIV {
	margin-bottom:10px;
}
/* reglap */
.reglapstyle {
	border:0px solid #f00;
}
.reglapstyle FORM{
	border:0;
	padding:0;
	margin:0;
}
.reglapstyle TR {
	border:0px solid #00f;
	text-align:left;
	padding:0;
	margin:0;
}
.reglapstyle INPUT.input {
/*	width:280px; */
	display:inherit;
}
.reglapstyle TEXTAREA {
	width:450px;
	height:80px;
}

table.thin {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.thin th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.thin td {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.strong {
	font-weight: bold;
}