﻿/* Styles for HTML Elements */
body 
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url('/Images/Background.jpg');
	background-color: #7B270A;
	line-height: 18px;
	color: #000000;
}

html, body
{
	height: 100%;
}

table, img
{
	border: none;
}

p, span, td
{
	margin: 0px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 12px;
}

.SR
{
	color: #000000;
	width: 25px;
	text-align: center;
}

/* Menu Links */
a.menu, a.menu:visited
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
	text-transform: uppercase;
}

a.menu:hover
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.SI
{
	float: left;
	padding: 5px 10px 5px 0px;
}
