
.alert			{
			font-family: Verdana, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: red;
			line-height: 30px;
			}

.small			{
			font-family: Verdana, sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: black;
			line-height: 20px;
			}

.basic			{
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: black;
			line-height: 20px;
			}

.basic2			{
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #004A4A;
			line-height: 20px;
			}

.basicB			{
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #004A4A;
			line-height: 20px;
			}

.basicB2		{
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #FF9C32;
			line-height: 20px;
			}

.basicB3		{
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #2375BB;
			line-height: 20px;
			}

.kop			{
			font-family: "lucida calligraphy", cursive;
			font-size: 22px;
			font-weight: bold;
			color: #077474;
			line-height: 43px;
			}

.large			{
			font-family: Verdana, sans-serif;
			font-size: 13px;
			font-weight: normal;
			color: black;
			line-height: 20px;
			}

.largeB			{
			font-family: Verdana, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #077474;
			line-height: 20px;
			}

.largeBW			{
			font-family: Verdana, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: white;
			line-height: 20px;
			}

.xlarge			{
			font-family: Verdana, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #077474;
			line-height: 20px;
			}


.link			{
			font-family: Verdana, sans-serif;
			font-size: 13px;
			font-weight: normal;
			color: black;
			line-height: 20px;
			}

a.link:link			{color: black; text-decoration: none;}
a.link:active		{color: black; text-decoration: none;}
a.link:visited		{color: black; text-decoration: none;}
a.link:hover		{color: black; text-decoration: underline;}

a.small:link		{color: black; text-decoration: none;}
a.small:active		{color: black; text-decoration: none;}
a.small:visited		{color: black; text-decoration: none;}
a.small:hover		{color: black; text-decoration: underline;}

a.basicB3:link		{color: #2375BB; text-decoration: none;}
a.basicB3:active	{color: #2375BB; text-decoration: none;}
a.basicB3:visited	{color: #2375BB; text-decoration: none;}
a.basicB3:hover		{color: #FF9C32; text-decoration: none;}

BODY			{
			scrollbar-base-color: #077474;
			scrollbar-arrow-color: white;
			scrollbar-track-color: white;
			scrollbar-highlight-color: white;
			scrollbar-shadow-color: white;
			scrollbar-3dlight-color: white;
			scrollbar-darkshadow-color: white;
			}