﻿body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #336699;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Arial;
	font-size: 12px;
}

.heading {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.heading_white {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.heading_left {
	font-family: "Century Gothic";
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.padding {
	padding: 4px;
}

.padding_head {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.padding_other {
	padding-left: 4px;
}

.left_side {
	background-image: url('images/left_shadow.gif');
	background-repeat: repeat-y;
}

.right_side {
	background-image: url('images/right_shadow.gif');
	background-repeat: repeat-y;
}

a.login:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
	height: 25px;
	display: block;
}

a.login:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
	height: 25px;
	display: block;
}

a.login:active {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
	height: 25px;
	display: block;
}

a.login:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
	height: 25px;
	display: block;
	background-color: #BE1C39;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

a.footer:link {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:active {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:visited{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
