﻿body 
{
	margin-top:15px;
	margin-left:10px;
}

.arialMed
{
	font-family:Arial;
	font-size:10pt;
}
.arialXLarge
{
	font-family:Arial;
	font-size:16pt;
}
.arialXLargeRed
{
	font-family:Arial;
	font-size:16pt;
	color:#CC0000;
	font-weight:bold;
}
.arialRedHeader
{
	font-family:Arial;
	font-size:30pt;
	color:#CC0000;
}
.arialLarge
{
	font-family:Arial;
	font-size:12pt;
}
.arialMedLink
{
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	color:Black;
}
.arialLgLink
{
	font-family:Arial;
	font-size:12pt;
	text-decoration:none;
	
}
.arialRedMed
{
	font-family:Arial;
	font-size:10pt;
	color:Red;
}
.arialRedLgBold
{
	font-family:Arial;
	font-size:12pt;
	color:Red;
	font-weight:bold;
}
.arialSmall
{
	font-family:Arial;
	font-size:7pt;
}
.blackbutton
{
	background-color:Black;
	color:White;
	border: solid 1px white;
	cursor:hand;
}
.greybutton
{
	background-color:Gray;
	color:White;
	border: solid 1px black;
	cursor:hand;
}
.greenbutton
{
	background-color:#ECE9D8;
	color:green;
	border: solid 1px black;
	cursor:hand;
}
.hands
{
	cursor:hand;
}

.verticaltext 
{
	writing-mode: tb-rl;
	filter: flipv fliph;
}

