﻿/* GLOBAL */
/**/
body, html, form
{
	height:100%; width:100%;
	min-width:960px;
	padding:0px; margin:0px;
	background-repeat:repeat-x;
	background-image:url('../images/back_img.png');
	background-color:#f0f0f0; color:#000000;
}
body, td, div, span, a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;
}
table, img
{
	border:0px;
}

hr
{
	clear:both;
	height:0px;
	color:#ffffff;
	border:0px;	border-bottom:1px dotted #a0a0a0;
}
a:link, a:visited, a:active, a:focus
{
	text-decoration:none;
	font-weight:bold;
	color:#203060;
	outline:0px; border:0px;
}
a:hover
{
	text-decoration:underline;
}

/* IDENTS */
/**/

div#wa_headline
{
	display:block;
	width:900px; height:24px; padding-top:100px;
	background-repeat:no-repeat;
	background-image:url('../images/head_img.png');
}
div#wa_back
{
	display:block;
	width:900px; padding:214px 0px 0px 300px;
	background-repeat:no-repeat;
	background-image:url('../images/backside.jpg');
}
div#wa_links
{
	height:51px;
}
span#wa_wellcome
{
	margin:0px 0px 0px 10px;
	font-weight:bold;
	color:#0060a0;
}