@CHARSET "UTF-8";

body, html
{
	margin:  0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif  !important;
	font-size: 12px !important;
	background-color: #17336f;
	color: #ffffff;
}

a {
	font-size: 12px;
	color: #b3b8bd;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #b3b8bd;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

h1 {
    font-size: 12px;
	font-weight: bold;
	margin:  0px;
	padding: 0px;
}

.bg_line {
	background-image: url(pics/tit_bg_line.gif);	
	background-repeat: repeat-x;
}

.bg_logo {
	background-image: url(pics/tit_logo.gif);	
	background-repeat: no-repeat;
	background-position-x: left;
}

.text_space {
	margin-left: 7px;
	margin-right: 7px;
}
