/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ___________________________________________________________________________________________________ 01 */
.clear{clear:both; height:0px; line-height:0; font-size::0px;}

body,html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#263248;
	height:100%;
	background:#f1f1f1;
}
#main table tr td{
	padding:2px 10px;
	text-align:left;
}
#head{
	height:60px;
	border-bottom:1px solid #1f7cb1;
	text-align:center;
	padding:0px 0px;
	font-weight:normal;
	background:#4bb5c1;}
#main{
	border-top:8px solid #f1f1f1;
	border-bottom:8px solid #f1f1f1;
	background:#ffffff;
	padding:20px 10px;
}
#main .right_bar{
	float:right;
	width:250px;
	background:#f9f7f7;
	margin-left:25px;
	margin-bottom:20px;
	padding:0px 10px;
}
.bar{
	float:right;
	width:99%;
	height:30px;
	margin-top:7px;
}
#head2{
	height:30px;
	border-top:1px solid #1f7cb1;
	border-bottom:3px solid #1f7cb1;
	text-align:center;
	background:#4bb5c1;
}	
#main a{color:#4bb5c1; text-decoration:none}
#main a:hover{text-decoration:underline}
a {
	color:#003459
}
a:visited {
	color: #8e001c
}
a:hover {  
	TEXT-DECORATION: none
}
h1 {
	color:#8e001c;
	font-size:1.8em;
	font-weight:normal;  
}
h2 {
	color:#8e001c;
	font-size:1.6em;
	font-weight:normal;
	padding:4px 20px; 
}
h3 {
	color:#1f7cb1;
	font-size:1.4em;
	font-weight:normal;
	padding:4px 20px;
}
h4 {
	color:#1f7cb1;
	font-size:1.2em;
	font-weight:normal;
	padding:4px 20px;
}
