body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color:#000000;
   background-color:#ffffff;
}
a {
   color: #436AC5;
   text-decoration: none;
}

a:hover {
   color: #436AC5;
   text-decoration: underline;
}
a.foot {
   color: #B7D3E9;
   text-decoration: none;
}

a.foot:hover {
   color: #B7D3E9;
   text-decoration: underline;
}


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;
}

table.smenu {
	font-size:10px;
	color:#000099;
	width: 100%;
}

table.online {
	font-size:10px;
	color:#ffffff;
}

th {
	font-size:11px;
	font-weight:bold;
   	text-decoration: none;
   	color:#ffffff;
   	background-color:#183B71;
}
td {
	font-size:11px;
   text-decoration: none;
}
td.foot {
	font-size:10px;
   	text-decoration: none;
   	color:#ffffff
}
td.boxtitleleft {
	font-size:10px;
	font-weight:bold;
   	text-decoration: none;
   	color:#ffffff
}
td.boxtitleright {
	font-size:10px;
	font-weight:bold;
   	text-decoration: none;
   	color:#183B71;
}
select {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#B7D3E9;
}

option {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#B7D3E9;
   border:solid #000000;
   border-width: 1px;
   }

textarea {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#B7D3E9;
   border:solid #000000;
   border-width: 1px;
}

input {
   color:#000000;
   font-size:11px;
   text-decoration:none;
   background:#B7D3E9;
   border:solid #000000;
   border-width: 1px;
}
input.gomb {
	color:#ffffff;
   	background:#183B71;
}

input.alert {
   background:#ff0000;
}
checkbox {
   color:#000000;
   margin:0px;
   padding:0px;
   border:0px;
}

hr {
	color: #183B71;
	background-color: #183B71;
	height: 1px;
	width: 90%;
	border: 0;
}
