
html, body, table{
	color: #0a0627;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	line-height: 18px;
}

a:link, a:visited, a:active { color: #598892; text-decoration: underline;}
a:hover { color: #1c3b96; text-decoration: underline;}

td{
vertical-align: top;
}

hr{
border: none;
height: 1px;
border-bottom: 1px solid #ccc;
}

h1, .h1{
font-weight: bold;
font-size:16px;
color: #a12830;
margin: 0;
}

h2{
color: #a12830;
font-size:13px;
margin: 0;
}

h3{
color: black;
font-size:12px;
margin-bottom: 0px;
}

h4{
font-weight: normal;
font-size: 12px;
}

ul, ol{
padding: 0;
margin-left: 5px;
margin-left: 15px;
margin-bottom: 0px;
}

img{
border: none;
}

p{
margin: 0;
}

th{
text-align: left;
}

input, select, textarea{
border: none;
border: 1px solid #CCC;
font-size: 11px;
margin: 2px;
}

.checkbox{
border: none;
}

select.search{
width: 200px;
}

.small{
font-size: 11px;
}

input.button{
background: #e35434;
color: white;
font-weight: bold;
border: 2px solid #e59684;
margin-left: 5px;
cursor: pointer;
}

input.button_red{
font-size: 13px;
padding: 2px 5px 2px 5px;
color: white;
font-weight: bold;
background: #e81b1b;
border: 2px solid #a90909;
cursor: pointer;
}


input.button_green{
font-size: 13px;
padding: 2px 5px 2px 5px;
color: white;
font-weight: bold;
background: #27a909;
border: 2px solid #186d04;
cursor: pointer;
}

textarea.editArea{
width: 445px;
height: 250px;
}

textarea{
width: 400px;
height: 100px;
}

.obl{
border: 1px solid red;
background: #eacbcb;
}