.PadRight
{
	padding-right: 15px;
}

.PadLeft
{
	padding-left: 15px;
}

.Line
{
	border-top: 1px solid #a9d7e5;
	width: 100%;
	line-height: 1px;
	margin-top: 5px;
}



/*Text Styles*/
.Bold
{
	font-weight: bold;
}

.VerySmall
{
	font-size: 9px;
}

.Small
{
	font-size: 10px;
}

.Small2Medium
{
	font-size: 13px;
}

.Medium
{
	font-size: 16px;
}

.Large
{
	font-size: 20px;
}

.VeryLarge
{
	font-size: 25px;
}

.DarkBlue
{
	color: #0c4a5c;
}

.LightBlue
{
	color: #75bfd5;
}
.Blue
{
	color: #2299bb;
}
.Orange
{
	color: #d17200;
}

.Green
{
	color: #aeba50;	
}
.Grey
{
	color: #80888a;
}

.Myriad
{
	/*Trys to use Meryad but if not exist... Uses Trebuchet*/
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Verdana, Arial;
}
.Verdana
{
	font-family: Verdana, Arial;
}

/* Sizes */
.80
{
	width: 80px;
}

.100size
{
	width: 100px;
}

.120
{
	width: 120px;
}

.160
{
	width: 160px;
}


.Size600
{
	width: 600px;
}

/* Boxes */
.SmallBox
{
	background-image: url(Images/Boxes/Small.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 100px;
	padding: 20px;
	padding-top: 10px;
}

.MediumBox
{
	background-image: url(Images/Boxes/Large.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 200px;
	padding: 20px;
}

.HighBox
{
	background-image: url(Images/Boxes/High.gif);
	background-repeat: no-repeat;
	width: 316px;
	padding: 20px;
	height: 400px;
}

.BringUp
{
	top: -20px; 
	position: relative;
}


.MarginBottom
{
	margin-bottom: 15px;
}
.MarginTop
{
	margin-top: 15px;
}