BODY
{
	scrollbar-highlight-color:  #0088CC;
	scrollbar-face-color:       #00045E;
	scrollbar-shadow-color:     #003366;
	scrollbar-3dlight-color:    #000000;
	scrollbar-track-color:      #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color:      #000000;
}

BODY.plain
{
	scrollbar-highlight-color:  #666666;
	scrollbar-face-color:       #333333;
	scrollbar-shadow-color:     #111111;
	scrollbar-3dlight-color:    #000000;
	scrollbar-track-color:      #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color:      #CCCCCC;
}

.textBodyLarge
{
	font-size: 13px;
}
.textBodyMedium
{
	font-size: 11px;
}
.textBodySmall
{
	font-size: 10px;
}

.textTitleXLarge
{
	font-size: 23px;
}
.textTitleLarge
{
	font-size: 15px;
}
.textTitleMedium
{
	font-size: 13px;
}
.textTitleSmall
{
	font-size: 11px;
}

.textMenubarLarge
{
	font-size: 13px;
}
.textMenubarMedium
{
	font-size: 11px;
}
.textMenubarSmall
{
	font-size: 10px;
}

.textCopyright
{
	font-size: 9px;
}

.linkAlt
{
	color: #FF6600;
}
.linkAlt:active
{
	color: #FF9900;
}

.linkAltBody
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkAltBody:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.linkAltSpecial
{
	color: #D2D5D9;
	text-decoration: none;
}
.linkAltSpecial:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.linkWhite
{
	color: #FFFFFF;
}
.linkWhite:active
{
	color: #FF9900;
}

.linkMenubar
{
	color: #FF6600;
	text-decoration: none;
}
.linkMenubar:hover
{
	text-decoration: underline;
}
.linkMenubar:active
{
	color: #FF9900;
	text-decoration: underline;
}
.linkMenubarHead
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkMenubarHead:hover
{
	text-decoration: underline;
}

.linkTitleBar
{
	color: #D2D5D9;
	text-decoration: none;
}
.linkTitleBar:hover
{
	color: #FF6600;
	text-decoration: underline;
}

TEXTAREA
{
	scrollbar-highlight-color: #B2D9FF;
	scrollbar-face-color: #6CA3D9;
	scrollbar-shadow-color: #6385A6;
	scrollbar-3dlight-color: #6385A6;
	scrollbar-track-color: #A1C3E5;
	scrollbar-darkshadow-color: #002040;
	scrollbar-arrow-color: #000000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
}

INPUT, SELECT
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
