.menu {
	color : #6EB4E3;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	font-size : 11px;
    font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
.menu a {
	color : #6EB4E3;
	text-decoration: none;
}
.menu a:hover {
	color : #457CA7;
	text-decoration: none;
}
.menu_sub {
	color : #457CA7;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	font-size : 11px;
    font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
.menu_sub a {
	color : #457CA7;
	text-decoration: none;
}
.menu_sub a:hover {
	color : #457CA7;
	text-decoration: underline;
}
.content{
	color : #333333;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.content a {
	color : #333333;
	text-decoration: none;
}
.content a:hover {
	color : #333333;
	text-decoration: underline;
}
.content_title{
	color : #333333;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	font-size : 12px;
    font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
.root{
	color : #333333;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	font-size : 11px;
    font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
.copyright{
	color : #294860;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 12px;
	margin-right : 12px;
	font-size : 10px;
    font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
	text-align: centre;
}