BODY, H1, H2, .DesktopText, .LoggedOnUserText, 
A.MenuItemLink, .UserMenuItemText, A.UserMenuItemText
{
	font-family: Verdana;
	font-weight: normal;
	font-size: x-small;
	color: #222222;
}

BODY
{
	/* BODY element for all pages in usersite */
	background-color: #f0f5fb;

	scrollbar-base-color: #c0c0c0; 
	scrollbar-face-color: #f4f4f4; 
	scrollbar-highlight-color: #f4f4f4;
	scrollbar-shadow-color: #f4f4f4; 
	scrollbar-arrow-color:  #a7a7a7; 
	scrollbar-track-color: #e4e4e4;
	scrollbar-darkshadow-color: #c0c0c0;
	
}

H1
{
	/* General H1 */
	font-size: 18px;
	color: #005aa0;
	background-image: url(../../images/common/underline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom:1px;
}
H2
{
	/* General H2 */
	font-weight: bold;
	color: #005aa0;
	border-bottom: #ff9900 1px solid;
}

.LoginTextBox
{
	/* Login textbox in desktop */
	width:175px;
}

.PasswordTextBox
{
	/* Password textbox in desktop */
	width:175px;
}

.DesktopBody
{
	/* Body of desktop */
	background-color:#F0f5fb;
}

.DesktopText
{
	/* style for normal text in desktop */
}

.CursorHand
{
	/* user hand-cursor */
	cursor: hand;
}

.BodyLeft
{
	background: url(../../images/usersite/spacers/left.gif) repeat-y fixed top right #FFD796;
	margin: 0px;
}

.BodyRight
{
	background: url(../../images/usersite/spacers/right.gif) repeat-y fixed top left #FFD796;
	margin: 0px;
}

.BodyTopBar
{
	background: url(../../images/usersite/top/topbanner.gif) repeat-y fixed top right #FFFFFF;
	margin: 0px;
}

.SpeedMenu
{
	top: 40px;
	right: 7px;
	font-family: Verdana;
	font-size: 11px;
	color: #0E2B8D;
	z-index: -2;
	position: absolute;
	visibility: hidden;
}

.SpeedMenuHome
{
	font-family: Verdana;
	font-size: 11px;
	color: #0E2B8D;
}

.TopMenu
{
	border-left: solid 1px #FFD796;
	border-right: solid 1px #FFD796;
	background-color: #FFD796;
	color: #0E2B8D;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	width: 124px;	
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.TopMenuHover
{
	border-left: solid 1px #4A60AA;
	border-right: solid 1px #4A60AA;
	background-color: #FFA616;
	color: #0E2B8D;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	width: 124px;		
	height: 100%;
	text-decoration: underline;
	cursor: pointer;
}


.LeftMenu
{
	background: url(../../images/usersite/leftmenu/leftmenu_bg.gif) fixed bottom left #4A60AA;
	margin: 0px;
}

.LeftMenuItem
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small; 
	text-decoration: none;
}

.LeftMenuItem:Hover
{
	color: #FFD796;
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none;
}

.LeftMenuItemSel
{
	color: #FFD796;
	font-family: Verdana;
	font-size: x-small; 
	text-decoration: underline;
}

BODY.ContentLoader
{
	background-color: #4A60AA;
	margin: 0px;
}

BODY.BodyPhotoBar
{
	background: url(../../images/usersite/content/photobar_bg.gif) fixed bottom right #4A60AA no-repeat;
	margin: 0px;
	margin-left: 46px;
}

BODY.BodyStartPage
{
	background: url(../../images/usersite/content/sp_bg.gif) fixed bottom right #4A60AA no-repeat;
	margin: 0px;
}

A.StartPageLink
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.StartPageLink:Hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFD796;
	text-decoration: none;
}