hr {color: #CCCCCC}
h1 {font-size: 36pt}
h2 {color: blue}
h3 {color: red; text-align: left; font-size: 8pt }
p.solid {border-style: solid; border-width: 2; border-color: #CCCCCC}

body {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
background-image:  url("images/back.gif");
}

.text_title {
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.text_norm {
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.text_copyright {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	line-height: 20px;
}

.border01 {
border:1px solid #cccccc;
}

.border02 {
border:1px solid #ff0000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

