.form{
	padding-top:0;
	margin:0
}

.body{
	font-family:Arial;
	font-size:11px;
	color: #363636;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	scrollbar-face-color: #d1d1c2;
	scrollbar-shadow-color: #694829;
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: #363636;
	scrollbar-track-color: #babaad;
	scrollbar-hightlight-color: #aeaea4;
	scrollbar-darkshadow-color: #aeaea4;
}

.page{
	background-color:#FFFFFF;	
}

.main_menu{
	height:38px;
	width:120px;
	background:URL('images/main-menu-nm.png') no-repeat;
	cursor:pointer;
	line-height:38px;
	text-align:center;
	vertical-align:middle;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	text-decoration:none
}

.main_menu_hover{	
	height:38px;
	width:120px;
	background:URL('images/main-menu-hl.png') no-repeat;
	cursor:pointer;
	line-height:38px;
	text-align:center;
	vertical-align:middle;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	text-decoration:none
}

.sub_main_menu_area{
	background:URL('images/sub-main-menu-bg.png') repeat-x;
}

.sub_main_menu{
	height:42px;
	cursor:pointer;
	line-height:42px;
	text-align:center;
	vertical-align:middle;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none
}

.sub_main_menu_hover{
	height:42px;
	cursor:pointer;
	line-height:42px;
	text-align:center;
	vertical-align:middle;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#363636;
	text-decoration:underline
}

.title{
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}

.text{
	font-size: 11px;
	font-family: arial;
	color: #363636;
}

.link{
	font-size: 11px;
	font-family: arial;
	color: #363636;
	text-decoration:none
}

.menu_link{
	font-size: 11px;
	font-family: arial;
	color: #363636;	
	text-decoration:none
}

.button{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	cursor:hand;
	width:100px;
	z-index:1;
}

.input_text{
	font-size: 11px;
	font-family: arial;
	color: #363636;
	border-color:navy;
	border-style:solid;
	border-width:1px;
	width:150px;
	z-index:1;
}

.table_header{
	height:20px;
	background-color:navy;
	color:white;
	font-weight:bold;
}

.table_odd_row{
	background-color:alice#363636;
}

.table_even_row{
	background-color:#FFFFFF;
}

.table_row_over{
	background-color:lemonchiffon;
}


.error{
	padding:7px;
	color:#FFFFFF;
	background-color:#FF0000;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
}

.box{
	margin-bottom:0px;
	background-color:#FFFFFF;
}

.box .title{
	background:URL('images/box/h.jpg') repeat-x;
	font-family:Arial;
	color:#464646;
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px
}

.box .title_link{
	font-family:Arial;
	color:#464646;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}

.box .title_link:hover{
	text-decoration:underline
}

.box .content{
	margin-top:8px;
	font-family:Arial;
	color:#363636;
	font-size:11px
}

.box .link{
	font-family:Arial;
	color:#363636;
	font-size:11px;
	font-weight:normal;	
}

.box .link:hover{
	text-decoration:underline
}

.box .c{
	background:URL('images/box/c.jpg') repeat;
}

.box .tl{
	background:URL('images/box/tl.jpg') no-repeat;
}

.box .t{
	background:URL('images/box/t.jpg') repeat-x;
}

.box .tp{
	background:URL('images/box/tp.jpg') no-repeat;
}

.box .tr{
	background:URL('images/box/tr.jpg') no-repeat;
}

.box .hl{
	background:URL('images/box/hl.jpg') no-repeat;
}

.box .hr{
	background:URL('images/box/hr.jpg') no-repeat;
}

.box .cl{
	background:URL('images/box/cl.jpg') repeat-y;
}

.box .cr{
	background:URL('images/box/cr.jpg') repeat-y;
}

.box .bl{
	background:URL('images/box/bl.jpg') no-repeat;
}

.box .b{
	background:URL('images/box/b.jpg')  repeat-x;
}

.box .br{
	background:URL('images/box/br.jpg') no-repeat;
}

.box .ltl{
	background:URL('images/box/ltl.jpg') no-repeat;
}

.box .ltr{
	background:URL('images/box/ltr.jpg') no-repeat;
}

.box .lt{
	background:URL('images/box/lt.jpg') repeat-x;
	font-family:Arial;
	font-size:12px;
	font-weight:bold
}

.box .lbl{
	background:URL('images/box/lbl.jpg') no-repeat;
}

.box .lbr{
	background:URL('images/box/lbr.jpg') no-repeat;
}

.box .lb{
	background:URL('images/box/lb.jpg') repeat-x;
}

.header_link{
	font-size: 11px;
	font-family: arial;
	color: #333333;	
	text-decoration:none
}

.logo_area{
	background:URL('images/logo-area.png')
}

a{
	color:#363636;
	text-decoration:none
}

a:hover{
	color:#363636;
	text-decoration:underline
}