﻿body {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    padding-top: 0px;
    margin: 0px;
}    

.Header
{
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.Title
{
	font-family: tahoma;
	font-size: 11px;
	color: #EEDE9D;
	font-weight: bold;
}
.Text
{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.ItalicText
{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
}
.ImportantText
{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.TextBox
{
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
}
.Button
{
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
}

A
{
	font-family: tahoma;
	font-size: 10px;
	color: #EEDE9D;
	cursor: hand;
	text-decoration: none;
}
A:link
{
	font-family: tahoma;
	font-size: 10px;
	color: #EEDE9D;
	cursor: hand;
	text-decoration: none;
}
A:hover
{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	cursor: hand;
}
A:active
{
	font-family: tahoma;
	font-size: 10px;
	color: #EEDE9D;
	cursor: hand;
	text-decoration: none;
}
A:visited
{
	font-family: tahoma;
	font-size: 10px;
	color: #EEDE9D;
	cursor: hand;
	text-decoration: none;
}


