/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

/*
A:link      { color: #A0410D; text-decoration:none; }
A:visited 	{ color: #A0410D; text-decoration:none; }
A:active 	{ color: #A0410D;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #FFCC17;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #A0410D; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #A0410D; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #A0410D;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #FFCC17;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
*/
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #A0410D;
 }

hr {
	border: 0;
	border-top: 2px solid #A0410D;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #C36C2D
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #C36C2D;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #C36C2D;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	

.TableHeader
{
	font-weight: bold; 
	vertical-align: middle; 
	color: white; 
	height: 26px; 
	background-color: firebrick; 
	text-align: center;
}

.BoarderdTableHeader
{
	font-weight: bold; 
	vertical-align: middle; 
	color: white; 
	height: 26px; 
	background-color: firebrick; 
	text-align: center;
	BORDER-RIGHT: firebrick 1px solid; 
	BORDER-TOP: firebrick 1px solid; 
	BORDER-LEFT: firebrick 1px solid; 
	BORDER-BOTTOM: firebrick 1px solid; 
}

.BoarderdCell
{
	BORDER-RIGHT: firebrick 1px solid; 
	BORDER-TOP: firebrick 1px solid; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: firebrick 1px solid; 
	BORDER-BOTTOM: firebrick 1px solid
}

.BackgroundTable
{
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px; 
 	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px; 
	BORDER-RIGHT: firebrick 1px solid; 
	BORDER-TOP: firebrick 1px solid; 
	BORDER-LEFT: firebrick 1px solid; 
	BORDER-BOTTOM: firebrick 1px solid; 
	BACKGROUND-COLOR: #fffbd6
}