@charset "utf-8";
/* 
	

	   
*/

/* CSS RESET START-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: Verdana;
	color: #000;

}

html { min-height: 100%; margin-bottom: 1px; }



a:link {
	text-decoration: none;
	color:#09C;
}
a:visited {
	text-decoration: none;
	color:#09C;
}
a:hover {
	text-decoration: none;
	color:#999;
}
a:active {
	text-decoration: none;
	color:#09C;
}

body {
	background:url(img/bac1.png);
	background-repeat:repeat;
	font-family:Verdana;
	font-size:12px;}
.headboss {
	width: 1000px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background-image:url(img/sideshadow.png);
	background-repeat:repeat-y;
}

.head {
	width: 950px;
	height:190px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	min-height:100%;
	background-image:url(img/SOALogoback.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	
}
.submenu {
	width: 700px;
	height:18px;
	margin-top:0px;
	background-color:#CCC;
	font-family:Verdana;
	font-size:10px;
	padding-left:10px;
	text-align: left;
	
}
.head_smallmenu {
	width: 300px;
	height:18px;
	margin-top:0px;
	margin-left:615px;
	background-image:url(img/topmenu.png);
	background-repeat:no-repeat;
	padding-left:35px;
	font-family:Verdana;
	font-size:10px;
	
}

.contentboss {
	width: 950px;
	height:750px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	background-image:url(img/contentback.png);
	background-repeat:repeat-x;

}

.content{
	width: 930px;
	height:730px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;

	
}
.content_main{
	width: 930px;
	height:630px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;

	
}
.content2{
	width: 700px;
	height:730px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;

	
}

.table1{
	padding:4px;
	background-image:url(img/back1.png);
	background-repeat:repeat;
	
