/* CSS Document */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height:18px;
	height: 100%;
	color: #666666;
}
td {
	vertical-align:top;
	
}

a {
	color: #898989;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

.head {
	color: #000000;
	font-weight: bold;
}

.blue {
	color: #000066;
}

.grey {
	color:#666666;
	font-size:10px;
}

#rule {
	background-image:url(../ima/im_rule.gif);
	background-repeat:repeat-x; 
	background-position:center;
}

h1 {
	font-size: 12px;
	color: #000066;
	margin: 0px;
}



.rule {
	border-top: 1px dotted #666;
	height: 15px;
	margin-top: 15px;
	clear: both;
}

.rule2 {
	border-top: 1px dotted #000066;
	height: 10px;
	margin-top: 10px;
	clear: both;
}

img  {
	border: none;
}
