body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color:#000000;
   background-color:#E3E3E3;
}

a {
   color: #D0313B;
   text-decoration: none;
}

a:hover {
   color: #D0313B;
   text-decoration: underline;
}

a.tit {
   color: #F1BDBC;
   text-decoration: none;
}

a.tit:hover {
   color: #ffffff;
   text-decoration: none;
}
a.mmenu {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
}

a.mmenu:hover {
   color: #F1BDBC;
   text-decoration: none;
   font-weight: bold;
}

h1 {
   font-size:13px;
   text-decoration: none;
}

h2 {
   font-size:12px;
   text-decoration: none;
}

h3 {
   font-size:11px;
   text-decoration: none;
}

h4 {
   font-size:10px;
   text-decoration: none;
}
th {
	color:#ffffff;
	background-color:#D1313B;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

td.smi {
	color:#000099;
	border-bottom: 1px solid #22486A;
	cursor:pointer;
	cursor:hand;
}

td.smisel {
	color:#000099;
	border-bottom: 1px solid #22486A;
	cursor:pointer;
	cursor:hand;
	background-color:#E4E1B9;
}

td {
	font-size:11px;
   	text-decoration: none;
}
td.hd_frm {
	font-size: 10px;
	color:#ffffff;
	font-weight:bold;
}
td.hd_slg {
	font-size:10px;
   	text-decoration: none;
   	color: #ADC4CF;
}
td.hd_tit {
	font-size:10px;
   	text-decoration: none;
   	color: #F1BDBC;
}
select {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#FFFFFF;
}

option {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#FFFFFF;
   border:solid #999999;
   border-width: 1px;
   }

textarea {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#FFFFFF;
   border:solid #999999;
   border-width: 1px;
}

input {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#FFFFFF;
   border:solid #999999;
   border-width: 1px;
}

input.image {
   text-decoration:none;
   border-width: 0px;
}

input.gomb {
   background:#eeeeee;
}

input.alert {
   background:#ffdddd;
}

fieldset {
   border: #26a solid 1px;
   width: 98%;
}

hr {
	color: #00407A;
	background-color: #00407A;
	height: 1px;
	width: 100%;
	border: 0;
}