body {
font-family: 'Trebuchet MS';  
}


a {
color: #4756b1;	
text-decoration: none
}

a:hover {
color: #787878;	
text-decoration: underline;

}


.blog_text {
font-family: 'Trebuchet MS';
font-size: 12px;
}

.blog_header {
font-family: 'Trebuchet MS';
font-size: 16px;
font-weight: Bold;
color: #597a7a;
}


.inputbox {
background-image:url(../images/inputbox.jpg);
border:1px solid black;
color:#343434;
font-size:10px;
font-family: 'Trebuchet MS';
font-weight:bold;
padding: 0px;
}

.inputbox2 {
background-color: #eff4f7;
background-image: url(../images/inputbox.jpg);
border:1px solid black;
color:#343434;
font-size:12px;
font-family: 'Trebuchet MS';
font-weight:bold;
padding: 2px;

}

.button2 {
    font-size: 12px;
    font-weight:bold;
    padding:2px;
    background-color: #eff4f7;
    color:black;
    border:1px solid #000000;	    
}

.button {
    font-size: 10px;
    font-weight:bold;
    padding:1px;
    background-color: white;
    color:black;
    border:1px solid #000000;	    
}


.blog_name {
font-family: 'Trebuchet MS';
font-size: 12px;
color: #8a8a8a;
}

#menu {
	height: 31px;
}

#menu ul {
	margin: auto;	
	padding-right:5px;
	height: 31px;
	list-style:none;

}

#menu ul li {
	float:right;
	height: 31px;
	padding:0px;
	margin:0px;
	background: url(../../../images/header_menu.gif) repeat-x top center;
}

#menu ul li a {
	float:left;
	margin:0px;
	text-decoration: none;
	color: #FFF;
	font-weight: 900;
	padding:6px 10px 0px 10px;
	font-size: 12px;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li span {
	float:left;
	margin:0px;
	text-decoration: none;
	color: #C0C0C0;
	font-weight: 900;
	height:31px;
	padding:6px 10px 0px 10px;
	font-size: 12px;
}

