.Clear,
.Seperator 
{
	line-height: 0;
	clear: both;
}
.Clear>IMG,
IMG.Clear,
.Seperator>IMG
{
	display: block;
	margin: 0;
}

.BoxSubject
{
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
}

input,select
{
	font-size:10px;
}

/******************************************************
/* Font face and size
/*****************************************************/
html
{
	font-size: small;
}

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, ul, ol, li, dl, dt, dd 
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 13px;
}

/******************************************************
/* Reset browser formatting
/*****************************************************/

P
{
	margin-bottom: 1em;
}

IMG
{
	border: none;
	line-height: 0;
}

/******************************************************
/* Link styles
/*****************************************************/
a, a:hover img
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.EmLink
{
	background-image: url(/images/icon_link_marker.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
}

/******************************************************
/* HEADING STYLES
/*****************************************************/
H1
{
	font-family: Arial, Sans-Serif;
	font-size: 1.5em;
	color: #999999;
	margin-bottom: .4em;
}
H2
{
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	color: #999999;
	margin-bottom: .4em;
}
H3
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	color: #999999;
}

/******************************************************
/* LINE & CLEAR SPACER
/*****************************************************/
HR
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #D8D8D8;
	background-color: #D8D8D8;
	margin: 10px 0;
}

HR.Clear
{
	display: block !important;
	display: none;
	visibility: hidden;
	overflow: hidden;
	border-width: 0;
	height: 1px;
	margin: -1px 0 0;
}

/******************************************************
/* LISTS
/*****************************************************/
UL
{
	margin: 0 0 5px 17px;
}
UL LI
{
	list-style-image: url(/images/bullet.gif);
}
OL
{
	margin: 0 0 5px 23px;
}
OL LI
{
	padding: 0;
}

/******************************************************
/* TABLES
/*****************************************************/
TABLE
{
	border-spacing: 0px;
	empty-cells: show;
}
* HTML TABLE
{
	border-collapse: collapse;
}
TABLE, TR, TD, TH
{

}
TH
{
	text-align: left;
}

/*******************************************************
/* Permanent vertical scrollbars in FF
/******************************************************/
:root
{
	overflow-y: scroll;
}
