/* main */

html {
    min-height: 101%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #3e546a;
    color: #ffffff;
    font-family: tahoma;
    font-size: 12px;
}

.menu {
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.menu a:link, .menu a:hover, .menu a:visited{
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;

}
.comm, .comm a:link, .comm a:visited{
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.comm a:hover{
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    text-decoration: underline;
}

.title {
    color: #f4da4d;
    font-family: verdana;
    font-size: 12px;
    font-weight:  bold;
    text-decoration: none;

}
.title a:link, .title a:visited, .title a:active{
    color: #dbc136;
    font-family: verdana;
    font-size: 12px;
    font-weight:  bold;
    text-decoration: none;

}
.title a:hover{
    color: #dbc136;
    font-family: verdana;
    font-size: 12px;
    font-weight:  bold;
    text-decoration: underline;

}
.page{
    color: #dbc136;
    text-decoration: none;
    font-size: 12px;
}
.page a:link, .page a:visited, .page a:active {
	color: #ffffff;
	text-decoration: none;
        font-size: 11px;
}
.page a:hover {
   color: #ffffff;
   text-decoration:  underline;
   font-size: 11px;

}

.cat {

    color: #ffffff;
    font-family: verdana;
    font-weight:  bold;
    font-size: 11px;
    text-decoration: none;
}
.cat a:link, .cat a:visited{
    color: #ffffff;
    font-family: verdana;
    font-weight:  bold;
    font-size: 11px;
    text-decoration: none;
    
}
.cat a:hover {
    color: #dbc136;
    font-family: verdana;
    font-weight:  bold;
    font-size: 11px;
    text-decoration: underline;
   
}



.img a:link, .img a:visited, .img a:hover{
    color: #ffffff;
  
}
.mail, .mail a:link, .mail a:visited, .mail a:active {
	color: #ffffff;
	text-decoration: none;
        font-size: 11px;
}
.mail a:hover {
	color: #ffffff;
	text-decoration: none;
        font-size: 11px;
}
.link a:link, .link a:visited, .link a:active {
	color: #dbc136;
	text-decoration: none;
        font-size: 12px;
}
.link a:hover {
   color: #dbc136;
   text-decoration:  underline;
   font-size: 12px;

}
fieldset {
	vertical-align: top;
        width: 400px;
        height: 100px;
        padding-top:2px;
        padding-bottom:0px;
        margin: 5px 0px 5px 10px;
        text-indent: 0px;
        background-color: #2c3f52;

}

