body, p, div, span, li, ul, ol, td, th { font-family: Verdana, sans-serif; font-size: 12px; }
*#ajaxname,*#ajaxdate { font-size:10px; }
input, textarea, select, file {
    font-family: Tahoma;
    font-size: 11px;
    border-color:#6699CC;
    border-style:solid;
    border-width:1px;
    color:#336699;
    background-color: #F5FBFF;
}

body {
	background-color:#bbbbbb;
}
table.smtbl {
    border-color:#2457AC;
    border-style:solid;
    border-width:thin;
} 
table.nutshell { vertical-align:top; }

hr { color:#C1CCCC; }
hr.dot { border-style:dotted; color:#C1CCCC; }
table.threedt {
    vertical-align:middle;
    border-style: solid;
    border-width: 2px;
    border-color: #AACCEE #113366 #113366 #AACCEE;
}
td.tmenu { vertical-align:middle; text-align:left; }
a { text-decoration: none; font-weight: bold; }
a:link { color: #004477; }
a:visited { color: #004477; }
a:hover { text-decoration: underline; color:#5588BB; }

a.m:link { color: #004477; }
a.m:visited { color: #004477; }
a.m:hover { text-decoration: underline; color:#5588BB; }

a.w:link { color:#FFFFFF; }
a.w:visited { color: #FFFFFF; }
a.w:hover { text-decoration: underline; color:#D1F1F1; }

a.stmenu { 
font-family: Verdana, sans-serif; font-size: 12px;

	text-decoration: none; font-weight: bold; 
}
img.tm {  vertical-align:middle; }
a.stmenu:link { color:#FFFFFF; }
a.stmenu:visited { color: #FFFFFF; }
a.stmenu:hover { text-decoration: underline; color:#D1F1F1; }

div.container {
	display: table;
	position:relative;
	margin:0 auto;
	width:755px;
	height:100%;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

div.ctop {
	display: table;
	position:relative;
	margin:0 auto;
	width:755px;
	height:87px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

div.cbottom {
	display:table-row;
	position: relative;
	top:0px;
	left:0px;
	width:755px;
	height:100%;
	background-image: url(/img/bg.jpg);
}

div.cleft {
	text-align:left;
	display:table-column;
	position: relative;
	top:0px;
	left:0px;
	width:121px;
	float: left;
	background-image: url(/img/bg.jpg);
	height:100%;	
}


div.cmain {
	text-align:center;
	display:table-column;
	position: relative;
	left:0px;
	top:0px;
	width:634px;
	background-image: url(/img/gray.jpg);
	float: right;
	height:100%;
}

div.ccontent {
	text-align:left;
	position: relative;
	top:0px;
	left:0px;
	width:614px;
	padding:7px;
	height:100%;	
}