﻿HTML, BODY, FORM
{
	font-family: Verdana;
	color: #1c1c1c;
	font-size: 11px;
	background-color: WHITE;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

P
{
	margin: 10px 0px 10px 0px;
	line-height: 17px;
}

H1
{
	font-family: Verdana;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #343434;
	font-weight: bold;
}

H2
{
	font-family: Verdana;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #154c13;
	font-weight: bold;
}

H3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #154c13;
	font-weight: normal;
}

/* Links */
A.linkl1
{
	color: #154c13;
	text-decoration: none;
}
A:Hover.linkl1
{
	color: #343434;	
	text-decoration: underline;
}


A
{
	color: #154c13;
	text-decoration: underline;
}

A:Hover
{
	color: #343434;	
	text-decoration: none;
}

A.menu
{
	font-family: Verdana;
	font-size: 13px;
	color: #343434;	
	text-decoration: none;
}

A:Hover.menu
{
	font-family: Verdana;
	font-size: 13px;
	color: #154c13;	
	text-decoration: underline;
	background-image: url(Images/bg-menuitem.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 2px;
}

A.menualth1
{
	font-family: Verdana;
	font-size: 13px;
	color: #343434;	
	text-decoration: none;
	font-weight: bold;
}

A:Hover.menualth1
{
	font-family: Verdana;
	font-size: 13px;
	color: #154c13;	
	text-decoration: underline;
	font-weight: bold;
}

A.menualt
{
	font-family: Verdana;
	font-size: 13px;
	color: #154c13;	
	text-decoration: none;
}

A:Hover.menualt
{
	font-family: Verdana;
	font-size: 13px;
	color: #343434;	
	text-decoration: underline;
	background-image: url(Images/bg-menuitemalt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 2px;
}

A.footer
{
	font-family: Verdana;
	font-size: 10px;
	color: #154c13;	
	text-decoration: none;
}

A:Hover.footer
{
	font-family: Verdana;
	font-size: 10px;
	color: #343434;	
	text-decoration: underline;
}


/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 830px;
	height: 100%;
	min-height: 100%;
	background-color: White;
}

.Body
{
	width: 800px;
	background-color: White;
}

.BodyHolder
{
	margin-left: 30px;
	margin-top: 20px;
	width: 800px;
	height: 100%;	
	background-color: White;
}



SELECT
{
	font-family: Verdana;
	font-size: 11px;
	padding: 4px;
	border: solid 1px dimgray;
	width: 300px;
	background-image: url(Images/bg-txtslider.gif);
	background-repeat: repeat-x;
}

.Textbox
{
	font-family: Verdana;
	font-size: 11px;
	padding: 4px;
	border: solid 1px dimgray;
	width: 300px;
	background-image: url(Images/bg-txtslider.gif);
	background-repeat: repeat-x;
}

.Button
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	padding: 4px;
	border: solid 1px dimgray;
	width: 300px;
	background-image: url(Images/bg-butslider.gif);
	background-repeat: repeat-x;
}


/* IndicaTION cLASSES */

.Error
{
	margin-top: 10px;
	border-right: darkred 1px solid;
	padding-right: 5px;
	border-top: darkred 1px solid;
	padding-left: 5px;
	padding-bottom: 0px;
	border-left: darkred 1px solid;
	color: darkred;
	padding-top: 5px;
	border-bottom: darkred 1px solid;
	background-color: #ffc4c5;
	text-align: center;
}


.Port1
{
	height: 100px; width: 100px;margin: 4px; border: solid 1px silver; padding: 5px; float:left;
}

.Port2
{height: 100px; width: 100px; overflow: hidden; text-align: center; margin: 0px auto; vertical-align: middle;
}

IMG
{
	border: 0px;
}
