/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	text-transform: none;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing: normal;
	background-color: #FFFFFF;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	font-family: Verdana, Tahoma, Arial;
}
H1
{
	font-family: 'Arial Rounded MT Bold';
	font-size: 2em;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #559CD5;
}	
		
H2
{
	font-weight: 700;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #6CC067;
	font-style: normal;
	font-family: 'Arial Rounded MT Bold';
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: 500;
	font-size: 1.2em;
	text-transform: none;
	color: #559CD5;
	font-style: normal;
	font-family: 'Arial Rounded MT Bold';
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: #003366;
	text-decoration: none;
}	
		
A:visited
{
	 /*color:  #993366; */
	color: Maroon; 
	border: solid 2 #333399;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 136px;
	height: 107px;
}
LABEL
{
	font-weight: bold;
		font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: transparent;
}

.aspHyperLink
{
	font-weight: bold;
		font-size: xx-small;
	text-transform: uppercase;
	color: #3300ff;
	background-color: transparent;
	text-decoration: none;
	text-align: right;
}

.textBoxLabel
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: Arial, Verdana, Tahoma;
	background-color: transparent;
}

.textBoxField
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}

.textBoxFilter
{
	font-weight: bold;
		font-size: xx-small;
	color: black;
	height: 18px;
}

TR
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing: normal;
	background-color: transparent;
}
.DataGrid
{
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing: normal;
	background-color: #99CCFF;
	height: 100px;
}

.combo
{
		font-weight: normal;
	font-size: xx-small;
	color: black;
		font-family: Verdana, Tahoma, Arial;
}
.ImageButton
{
	border: outset 2px;
}
cite
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: x-small;
	font-weight: lighter;
	text-align: left;
}
.AdRotator
{
	background-color: #F7F7F7;
	border-style: double;
	width: 136px;
	height: 107px;
}
#column_l
{
	width: 150px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	float: left;
}
#column_r
{
	width: 150px;
	margin: 0 10px 0 0px;
	padding: 0 10px 10px 10px;
	float: right;
}
#middle
{
	margin: 0 150px 0 150px;
	padding: 10px;
}