﻿/* Styles for HTML Elements */
body 
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	background-repeat: repeat-x;
	font-size: 12px;
	background-image: url('/Images/Background.jpg');
	line-height: 18px;
	color: #0A1B47;
}

html, body
{
	height: 100%;
}

table, img
{
	border: none;
}

p, span, td
{
	margin: 0px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	color: #0a1b47;
}

.Title
{
	font-size: 18px;
	font-weight: bold;
}

.SR
{
	width: 25px;
	text-align: center;
}

.P18
{
	padding-top: 18px;
	font-weight: bold;
}

/* Menu Links */
a.menu, a.menu:visited
{
	FONT-FAMILY: TAHOMA;
	FONT-SIZE: 10px;
	COLOR: #0a1b47;
	text-decoration: none;
	font-weight : bold;
	text-transform: uppercase;
}

a.menu:hover
{
	FONT-FAMILY: TAHOMA;
	FONT-SIZE: 10px;
	COLOR: #0a1b47;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
