*
{
	margin: 0;
	padding: 0;
	text-align: center;
}


html
{
	font-family: Lucida Sans Unicode;
}

 
body
{
	font-size: 10pt;
	line-height: 1.6em;
	color: #666666;
}

input
{
	font-family: Lucida Sans Unicode;
}

.inputLeft
{
	text-align: left;
}

.input
{
	font-family: Lucida Sans Unicode;
}

.pageCentering
{
}

.pageContainer
{
	margin-bottom: 0;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.pageHeaderContainer
{
	padding-top: 10px;

}

.pageTopBorder
{
	background: url(../Images/PageTopBorder.gif) repeat-x;
}

.pageLeftBorder
{
	background: url(../Images/PageLeftBorder.gif) repeat-y;
}

.pageRightBorder
{
	background: url(../Images/PageRightBorder.gif) repeat-y;
	background-position: right;
}

.pageTopLeftCorner
{
	background: url(../Images/PageTopLeftCorner.gif) repeat-x;
	width: 6px;
	height: 20px;
	float: left;
}

.pageTopRightCorner
{
	background: url(../Images/PageTopRightCorner.gif) repeat-x;
	width: 7px;
	height: 7px;
	float: right;
}

.pageLeftBorderWithFade 
{
	background: url(../Images/PageLeftBorderWithFade.gif) no-repeat;
	min-height: 399px;
}

.pageRightBorderWithFade
{
	background: url(../Images/PageRightBorderWithFade.gif) no-repeat;
	background-position: right;
	height: 399px;
	float: right;
	width: 5px;
}

.pageMenu
{
	padding-top: 5px;
	padding-left: 30px; 
	padding-bottom: 4px;
	text-align: left; 
	border-bottom: solid 1px #cccccc;
	color: #ff0000;
}

.listBoxHeader
{
	height: 20px;
	width: 250px;
	background: url(../Images/ListBoxHeader.gif) no-repeat;
	margin: auto;
}

.listBoxItem
{
	height: 30px;
	line-height: 30px;
	width: 244px;
	text-align: center;
	vertical-align: middle;	
	background: url(../Images/ListBoxBackground.gif) repeat-x;
	margin: auto;
}

.pageSideNavigation
{
	float: right;
	margin-top: 25px;
	width: 265px;
}

.contentContainer
{
	padding-top: 15px;
	padding-left: 20px;
	text-align: left;
}

.lnkMenuItem
{
	color: #666666;
	text-decoration: none;
	letter-spacing: 2px;
}

.lnkSideMenuItem
{
	color: #666666;
	text-decoration: none;
	/*letter-spacing: 2px;*/
}

.lnkLink
{
	color: #666666;
}

.lnkHiddenLink
{
	color: #666666;
	text-decoration: none;
}

.spanMenuItemSeperator
{
	padding-left: 5px;
	padding-right: 5px;
}


.divTitle
{
	text-align: left;
	letter-spacing: 2px;
	font-size: 15pt;
	padding-bottom: 10px;
}

.divSubTitle
{
	text-align: left;
	letter-spacing: 1px;
	font-size: 10pt;
	font-weight: bold;
}

.lnkLanguageLink
{
	color: #666666;
	text-decoration: none;
}