/* CSS Document */

#bar {
    width:100%;
	height:5px;
	background-color:#E76B08;
}

#content a, #content a:visited{
	color:#E76B08;
}

a:hover {
	text-decoration: none;
	color:#E76B08;
}

.shortcutTitle, .shortcutTitle a , .shortcutTitle a:visited{
    font-size:12px;
	font-weight:bold;
	color:#E76B08;
}

h1{
	color: #E76B08;
	margin:20px 0 0 0;
	font-size:14px;

}

h2{
	color:#666666;
	font-size:13px;
}