﻿.font90
{
	font-size: 90%;
}
.font80
{
	font-size: 80%;
}

.padsmall
{
	padding: 5px;
}
.padmedium
{
	padding: 10px;
}
.padlarge
{
	padding: 20px;
}

.marginsmall
{
	margin: 5px;
}
.marginmedium
{
	margin: 10px;
}
.marginlarge
{
	margin: 20px;
}

.right
{
	float: right;
}
.right p
{
	padding: 0px;
}

.left
{
	float: left;
}
.left p
{
	padding: 0px;
}

.width95
{
	width: 95%;
}
.width99
{
	width: 99%;
}
.width100
{
	width: 100%;
}
.center
{
	text-align: center;
}
.nowrap
{
	white-space: nowrap;
}
.justify
{
	text-align: justify;
}

.linksblack a:link, .linksblack a:visited
{
	color: Black;
	text-decoration: none;
}
.linksblack a:hover
{
	color: Red; /* hover link color */
}
.linksblack2 a:link, .linksblack2 a:visited
{
	color: Black;
}
.linksblack2 a:hover
{
	color: Red; /* hover link color */
}
.linksgrey a:link, .linksgrey a:visited
{
	color: #777;
	text-decoration: none;
}
.linksgrey a:hover
{
	color: Red; /* hover link color */
}
.linksblue2 a:link, .linksblue2 a:visited
{
	color: #0000AA;
}
.linksblue2 a:hover
{
	color: Red; /* hover link color */
}

.linkswhite a:link, .linkswhite a:visited
{
	color: White;
	text-decoration: none;
}
.linkswhite a:hover
{
	color: Red; /* hover link color */
}

.linksred a:link, .linksred a:visited
{
	color: Red;
	text-decoration: none;
}
.linksred a:hover
{
	color: Red; /* hover link color */
}
