/* Default CSS Stylesheet for a new Web Application project */

A:hover
{
	color: #cd2e2c;
	text-decoration: underline;
}

.TextSmall
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Verdana;
}

.Header1
{
	font-size: 12pt;
	color: navy;
	font-family: Arial;
	font-weight: bold;
}

.Header2
{
	font-size: 12pt;
	color: white;
	font-family: 'Viner Hand ITC';
}

.Header3
{
	
	font-size: 14pt;
	color: navy;
	font-family: Arial;
	font-weight: bold;
}

.TableLayout
{
	border-right: #399dcf thick ridge;
	border-top: #399dcf thick ridge;
	border-left: #399dcf thick ridge;
	border-bottom: #399dcf thick ridge;
}

.Label0
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
}

.Label1
{
	
	font-size: 10pt;
	color: navy;
	font-family: Arial;
}

.Label2
{
	
	font-size: 8pt;
	color: navy;
	font-family: Arial;
}

.Label2red
{
	font-weight: bold;
	font-size: 8pt;
	color: #990000;
	font-family: Arial;
}

.Label3
{
	font-size: 9pt;
	color: navy;
	font-family: Arial;
	
}

.Label4
{
	font-size: 9pt;
	color: navy;
	font-family: Arial;
	
}

.Hyperlink1
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.Hyperlink2
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}

.Hyperlink2small
{
	font-weight: bold;
	font-size: 8pt;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}

.Hyperlink3
{
	font-weight: bold;
	font-size: 8pt;
	color: #0000cc;
	font-family: Arial;
}

.DataGrid1
{
	font-size: 9pt;
	color: navy;
}

.DataGrid2
{
	font-size: 10pt;
	color: navy;
}

.Error1
{
	font-weight: bold;
	font-size: 9pt;
	color: #ff0000;
	font-family: Arial;
}

.Error2
{
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	color: #ff0000;
	font-family: Arial;
}



.LinkButton
{
	font-weight: normal;
	font-size: 8pt;
	background-image: none;
	color: blue;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.BigAssClass
{
	font-size: 7pt;
	color: green;
	font-style: italic;
	font-family: Arial;
}

