﻿body,html
{
	background-color: black;
	color: black;
	font-family:Arial;
	font-size:12px;
	height:100%;
}

.label
{
    font-size:12px;	
}

.dropdownlist
{
	font-size:12px;	
}

input
{
	font-size:12px;	
	font-family:Arial;
}

a:link 
{
	COLOR:Blue;
}
a:visited
{
	COLOR:Blue;
}
a:active 
{
	COLOR:Blue;
}

.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(images/tab-line.gif) repeat-x bottom;
}