﻿h1
{
    font-size : 1.6em;
    margin-bottom:0px;
}

body 
{
	font-family : Helvetica;
	font-size : 0.9em;
	color : #808080;
	letter-spacing:1px;
	background-color : #F0F0FF;
}

a
{
/*	color : #606060; */
	color : #C08030; 
	text-decoration: none;
	font-weight : bold;
}


a:hover
{
	color : #A00000;
	font-weight : bold;
	
}

table.main_line
{	
	padding : none;
	border : none;
	background-color : #FFFFFF;
}

td.main_line
{
	border-left : dotted 1px #C0C0C0;
	border-top : dotted 1px #C0C0C0;
}

td.FormLabel
{
	font-weight : bold;
}

span.message_error
{
	color : #EE0000;
}