/* Content Page */
*{
 margin:0;
 padding:0;
}

body {
 background-color:#fff;
 color:#666;
}

img {
 border:0;
}

p	{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size:small;
 color:#666;
}

li	{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size:small;
 color:#666;
 margin-left:25px;
}


a:link {  color: #66F; text-decoration: none}
a:hover {  color: #339; text-decoration: underline}
a:active {  color: #330}

.sub a:link {  color: #666; text-decoration: none}
.sub a:hover {  color: #000; text-decoration: underline}
.sub {font-size:9pt;}


/* Entrance */
#ent {
	width:920px;
	margin:10px auto;
	border: 1px solid #999;	
	}

/* Format */

#contain {
 width: 920px;
 margin: 15px auto;
 padding:10px;
 border: 1px solid #999;
 background-color:#FFF;
}

#header {
 width:900px;
 margin:10px;
}

#maincnt {
 width:900px;
 margin:10px auto;
 color:#666;
}


#logo {
 width:230px;
 background-color:#42abae;
 float:left;
 padding:10px 15px;
 height:36px;
 text-transform:capitalize;
}

#subbase {
 width:630px;
 background-color:#ebebeb;
 background-image:url('images/header02.jpg');
 float:left;
 background-repeat:no-repeat;
 margin-left:5px;
}


.mainmenu {
 width:900px;
 margin:0 auto;
}

.mainmenu div {
 margin:0;
 padding:4px;
 float:left;
 font-size:8pt;

}

.mainmenu a	{
 color:#666;
}

.mainmenu a:hover	{
 color:#666;
}


.submenu {
 width:270px;
 height:31px;
 padding-top:25px;
 float:right;
}

.submenu div {
 margin:5px 0;
 padding:3px 10px;
 float:left;
 font-size:9pt;
 background-image:url('images/mk_or.gif');
 background-repeat:no-repeat;
 text-transform:capitalize;
}

.submenu a	{
 color:#999;
}

.submenu a:hover	{
 color:#999;
 text-decoration:underline;
}

.form {
	margin:10px auto;
	}


#copyright {
 text-align:left;
 color:#666;
 float:left;
}

.pagetop {
 text-align:right;
 padding-right:15px;
 color:#45509d;
 font-size:10pt;
 background-image:url('images/mk_br.jpg');
 background-repeat:no-repeat;
 background-position:right;
 float:right;
 margin-right:10px;
}

.note {
 font-weight:bold;
 color:#999;
 font-size:8pt;
}
.clear {
 clear:both;
}


