body {
margin:0px;
padding:0px;
font-family: arial, verdana;
}

a {
color: #444;
text-decoration: none;
}

div {
font-size: 11px;
font-family: arial, verdana;
}

a:HOVER {
color: gray;
text-decoration: underline;
}

h1 {
margin: 0px;
padding: 10px;
font-size: 16px;
}

h2 {
margin: 0px;
padding: 0px;
padding-bottom: 5px;
font-size: 12px;
}

hr {
height: 1px;
}

/****** Block ******/
.background_dark {
background-color: #CFD0D3;
}
.background_light {
background-color: #EAEBED;
}
/**************************************/


/****** Input ******/
input {
font-size: 11px;
color: #48494C;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
border: #999999 1px solid;
}

textarea {
font-family: arial, verdana;
font-size: 11px;
color: #48494C;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
border: #999999 1px solid;
}
/**************************************/


/****** Text ******/
.title{
font-family: arial, verdana;
font-size: 11px;
color: #48494C;
font-weight: bold;
}

.text_plain {
font-family: arial, verdana;
font-size: 11px;
color: #48494C;
font-weight: normal;
}

.text_gray{
font-family: arial, verdana;
font-size: 10px;
color: #666666;
font-weight: bold;
}
/**************************************/


/****** Links ******/
.menu{
font-family: arial, verdana;
font-size: 11px;
color: #48494C;
font-weight: bold;
text-decoration:none;
}
.menu:hover{
font-family: arial, verdana;
font-size: 11px;
color: #646568;
font-weight: bold;
text-decoration:none;
}

.link_gray{
font-family: arial, verdana;
font-size: 10px;
color: #666666;
font-weight: bold;
text-decoration:none;
}
.link_gray:hover{
font-family: arial, verdana;
font-size: 10px;
color: #555555;
font-weight: bold;
text-decoration:none;
}
/**************************************/


#contentContainer {
background-color: #EAEBED;
}

#contentBody {
padding: 10px 20px 30px 20px;
font-size: 12px;
}

/****** Navigation ******/
.navcontainer {
background-color: #EAEBED;
}

.navlist {
padding: 0px;
margin-left: 0;
font: bold 11px arial, verdana;
background: #EAEBED;
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
.navlist li {
background: #CFD0D3;
list-style: none;
margin: 0px;
margin-left: 0px;
margin-bottom: 2px;
}
.navlist li a {
display: block;
padding: 2px 2px 2px 10px;
text-decoration: none;
color: #48494C;
}
.navlist li a:hover {
color: #646568;
}

.navlist2 {
padding: 0px;
margin-left: 0;
font: 11px arial, verdana;
background: #EAEBED;
margin-bottom: 0px;
padding-bottom: 2px;
margin-top: 0px;
}
.navlist2 li {
background: #EAEBED;
list-style: none;
margin: 0px;
margin-left: 0px;
margin-bottom: 2px;
}
.navlist2 li a {
display: block;
padding: 2px 2px 2px 10px;
text-decoration: none;
color: #48494C;
}
.navlist2 li a:hover {
color: #646568;
}
/**************************************/


/****** Input ******/
.brakeform {
style="line-height:5px;
}
/**************************************/