/* Default CSS Stylesheet for a new Web Application project */

.HomeBGColor
{
	background-color:#23437E;
}
.Text
{
	font-family:Verdana;
	font-size:9pt;
}

.HypLink:active
{
	font-family:Verdana;
	color:white;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
.HypLink:visited
{
	font-family:Verdana;
	color:white;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
.HypLink:link
{
	font-family:Verdana;
	color:white;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
.HypLink:hover
{
	font-family:Verdana;
	color:orange;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}
.VTHyper:active
{
	font-family:Verdana;
	color:gray;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.VTHyper:visited
{
	font-family:Verdana;
	color:gray;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.VTHyper:link
{
	font-family:Verdana;
	color:gray;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.VTHyper:hover
{
	font-family:Verdana;
	color:gray;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.FooterHyp:active
{
	font-family:Verdana;
	color:blue;
	text-decoration:underline;
	font-size:9pt;
	font-weight:normal;
}
.FooterHyp:visited
{
	font-family:Verdana;
	color:blue;
	text-decoration:underline;
	font-size:9pt;
	font-weight:normal;
}
.FooterHyp:link
{
	font-family:Verdana;
	color:blue;
	text-decoration:underline;
	font-size:9pt;
	font-weight:normal;
}
.FooterHyp:hover
{
	font-family:Verdana;
	color:blue;
	text-decoration:underline;
	font-size:9pt;
	font-weight:normal;
}
.PhotoCredit
{
	font-family:Verdana;
	font-size:8pt;
}	
.BorderLeft
{
	border-left:solid 1px black;
}
.BorderRight
{
	border-right:solid 1px black;
}
.BorderTop
{
	Border-top:solid 1px black;
}
.BorderBottom
{
	border-bottom:solid 1px black;
}

.ArticleLink:active
{
	font-family:Verdana;
	color:orange;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.ArticleLink:visited
{
	font-family:Verdana;
	color:orange;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.ArticleLink:link
{
	font-family:Verdana;
	color:orange;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.ArticleLink:hover
{
	font-family:Verdana;
	color:orange;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}

.HypRegister:active
{
	font-family:Verdana;
	color:black;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.HypRegister:visited
{
	font-family:Verdana;
	color:black;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.HypRegister:link
{
	font-family:Verdana;
	color:black;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.HypRegister:hover
{
	font-family:Verdana;
	color:black;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}
.ErrorText
{
	font-family:Verdana;
	font-size:9pt;
	color:Red;
}
.ExportButton
{
	font-family:Verdana;
	font-size:8pt;
	color:White;
	background-color:Blue;
}
.EnterTextBox
{
	font-family:Verdana;
	font-size:9pt;
	border:solid 1px gray;
}
.SubmitButton
{
	background-color:#23437E;
	font-family:Verdana;
	font-size:9pt;
	color:White;
}
.SignupBox
{
	background-color:#e0e0e0;
}
.SignupHeader
{
	font-family:Verdana;
	font-size:9pt;
	color:White;
}
.SignupHeaderBackground
{
	background-color:#bcbcbc;
}
.OpenHyp:active
{
	font-family:Verdana;
	color:orange;
	text-decoration:underline;
	font-size:8pt;
	font-weight:bold;
}
.OpenHyp:visited
{
	font-family:Verdana;
	color:orange;
	text-decoration:underline;
	font-size:8pt;
	font-weight:bold;
}
.OpenHyp:link
{
	font-family:Verdana;
	color:orange;
	text-decoration:underline;
	font-size:8pt;
	font-weight:bold;
}
.OpenHyp:hover
{
	font-family:Verdana;
	color:orange;
	text-decoration:underline;
	font-size:8pt;
	font-weight:bold;
}
.HandOverText
{
	font-family:Verdana;
	font-size:9pt;
	cursor:hand;
}