A {
text-decoration:underline;
color:black;
font-size:11px;
line-height:14px;
font-family:Tahoma,Arial,verdana,sans-serif;
} 

A:hover {
text-decoration:underline;
color:#444444;
}

.menuLink:hover {
font-weight:bold;
}

.defaultLink:hover {
color:#444444;
font-weight:normal;
}	

.topLink {
color:black;
font-size:11px;
line-height:14px;
font-family:Tahoma,Arial,verdana,sans-serif;
font-weight:bold;
text-decoration:none;
}	

.topLink:hover {
color:#EB7F0C;
font-weight:bold;
}	

ol {
    line-height: 14px;
}

TD {
text-decoration:none;
color:black;
font-size:11px;
line-height:15px;
font-family:Tahoma,Arial,verdana,sans-serif;
} 

.error {
text-decoration:none;
color:#EB7F0C;
font-size:11px;
line-height:14px;
font-family:Tahoma,Arial,verdana,sans-serif;
font-weight:bold;
} 

#headerImage {
	border-top:1px solid white;
	border-right:1px solid white;
}

#headerRight {
	background-color:#494564;
	border-top:solid 1px white;
}

.menuFirstRow {
	padding:5px;
        padding-left: 10px;
	background-color:#F0F0F0;
	font-weight:bold;
        background-image: url("imgs/forum_back.gif");
}

.main_heading {
        margin-top: 8px;
        font-size: 13px;
        font-weight: bold;
        border-left: 6px solid #EB7F0C;
        padding-top: 3px;
        line-height: 19px;
        padding-bottom: 5px;
        padding-left: 6px;
        margin-left: 3px;
        margin-right: 6px;
        border-bottom: 1px solid grey;
        margin-bottom: 20px;
}

h4 {
        margin-top: 25px;
        font-size: 12px;
        color: #EB7F0C;
        text-transform: uppercase;
}

#dokutable tr td {
        border-left: 1px solid #DFDFDF;padding:3px;
        padding-left: 8px;
}

#serverstatus {
        margin-top: 25px;
        font-size: 12px;
        color: #805040;
        font-weight: bold;
}

h5 {
        font-size: 12px;
        color: #4A4664;
        line-height: 18px;
        margin-bottom: 0px;
        text-align: center;
}

ul {
        list-style-position: outside;
        list-style-image: url(/imgs/bullet.gif);
        margin: 0 0 3px 20px;
        padding: 2px 2px 2px 5px;
}

.main_text {
        margin-left: 8px;
        margin-right: 8px;
        line-height: 15px;
}

input {
        font-size: 11px;        
        border: 1px solid #B0B0B0;
}

.contactInput {
	border: 1px solid #DADADA;
	background-color: #F8F8F8;
        padding: 2px;
	font-size: 11px;
}

input:focus {
        background-color: #E8E8E8;
}

textarea {
        font-size: 11px;        
        border: 1px solid #B0B0B0;
}

textarea:focus {
        background-color: #E8E8E8;
}