body
{
	font-family:arial;
	font-size:16px;
}

h1
{
 	margin-top:0px;
	color:#FFFFFF;
}

h2
{
	color:#ff7507;
	margin:0px;
}

.table1
{
	border:1px dashed #8AA2BC;
	background-color: #EEEEEE;
	padding:5px;
}

.form_input
{
	border:1px dashed #8AA2BC;
	width:300px;
}

.form_textarea
{
	border:1px dashed #8AA2BC;
	width:600px;
}

.error_table
{
	background-color:#f98673;
	font-weight:bold;
	border:1px dashed #AA0000;
	margin:5px;
}

.td_title
{
	font-size:12px;
}

.button1
{
 	color:#FFFFFF;
	background-color:#213E5E;
	border:1px dashed #333333;
	padding:5px;
	cursor:pointer;
}

.button2
{
	background-color:#ffc579;
	font-weight:bold;
	border:1px dashed #ff7507;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}

a:link
{
	color: #0000FF;
}

a:hover
{
 	color: #ff7507;
	text-decoration: underline;
}

a:visited
{
	color: #0000FF;
}

.link_home a
{
    background-image: url('/images/menu/home_1.png');
    display: block;
    height:30px;
}

.link_home a:hover
{
    background-image: url('/images/menu/home_2.png');
}

.link_news a
{
    background-image: url('/images/menu/news_1.png');
    display: block;
    height:30px;
}

.link_news a:hover
{
    background-image: url('/images/menu/news_2.png');
}

.link_information a
{
    background-image: url('/images/menu/information_1.png');
    display: block;
    height:30px;
}

.link_information a:hover
{
    background-image: url('/images/menu/information_2.png');
}

.link_terms a
{
    background-image: url('/images/menu/terms_1.png');
    display: block;
    height:30px;
}

.link_terms a:hover
{
    background-image: url('/images/menu/terms_2.png');
}

.link_contact a
{
    background-image: url('/images/menu/contact_1.png');
    display: block;
    height:30px;
}

.link_contact a:hover
{
    background-image: url('/images/menu/contact_2.png');
}
