body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #7AA6FF;
  	font-size: 13px;
  	color: #111;
	padding:0px;
}

table {
	font-size: 12px;
}

li {
	margin: 0px;
	padding: 0px;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #aa0000;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3691EA;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3691EA;
	font-weight: normal;
	margin: 0px;
	line-height: 27px;
}

.tdhead {
	background-image: url(images/tdhead.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

#container_big {
	width: 784px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 784px;
	background-color: #FFF;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 784px;
	height: 70px;
	text-align: left;
	top:0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#menu {
	width: 520px;
	height: 25px;
	float: right;
	position: relative;
	background-image: url(images/menu_back.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	text-align: center;
	top: 24px;
	right: 19px;
}

#menu a:link {
	color: #1f51b6;
	margin-left: 25px;
	margin-right: 25px;
}

#menu a:visited {
	color: #1f51b6;
	margin-left: 25px;
	margin-right: 25px;
}

#menu a:hover {
	color: #000;
	margin-left: 25px;	
	margin-right: 25px;
}

#left {
	width: 170px;
	float: left;
	position: relative;
	left: 5px;
	margin-top: 10px;
}

#left a:link {
	display: block;
	width: 100%;
	height: 17px;
	background-image: url(images/link_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #b60000;
}

#left a:visited {
	display: block;
	width: 100%;
	height: 17px;
	background-image: url(images/link_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #b60000;
}

#left a:hover {
	display: block;
	width: 100%;
	height: 17px;
	background-image: url(images/link_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}

#right {
	width: 587px;
	float: right;
	position: relative;
	right: 6px;
	margin-top: 0px;
	background-image: url(images/vs_back.gif);
	background-repeat: repeat-y;
}

#vs_header {
	width: 587px; 
	height: 78px; 
	background-color: #FFFFFF; 
	background-image: url(images/vs_top.gif); 
	background-repeat: no-repeat; 
	float: left; 
	position: relative; 
	background-position: bottom;
}

#last {
	width: 568px;
	float: left;
	position: relative;
	left: 6px;
	margin-top: 0px;
	background-image: url(images/last_back.gif);
	background-repeat: repeat-y;
}


#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #999999;
	margin-top: 5px;
}

input, textarea { 
	background-color: #E5F1FC;
	color: #A5CEF6;
	border-color: #A5CEF6;
}