UL.linkList
{
	list-style-image: url(images/bullet.jpg)
}
A
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
}
A:hover
{
	color:Maroon;
    FONT-WEIGHT: bold
}
A:visited
{
	color:blue;
    FONT-WEIGHT: bold
}
A.Button
{
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
A.Button:visited
{
	color:#006666;
    FONT-WEIGHT: bold;
}
A.Button:hover
{
	font-weight: bold;
	color: #996633;
} 
A.ButtonRed
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
	font-size:medium;
	border-style:outset; 
	border-width:thin;
	background-color:#cecfdd;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}
A.ButtonRed:visited
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
	font-size:medium; 
	border-style:outset;
	border-width:thin;   
	background-color:#cecfdd; 
}
A.ButtonRed:hover
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
	font-size:medium;  
	border-style:inset;
	border-width:thin;
	background-color:#cecfcc;
}	
A.ButtonBlue
{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	font-size:medium;
	border-style:outset; 
	border-width:thin;
	background-color:#cecfdd;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}
A.ButtonBlue:hover
{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	font-size:medium;
	border-style:outset; 
	border-width:thin;
	background-color:#cecfdd;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}
P
{
	font-size:x-small;
	font-family:Verdana;
	text-align:justify
}
P.Heading
{
	font-size:medium;
	font-weight:bold;
	font-family:Verdana;
	color:#008080;
	text-align:center
}  
P.Subheading
{
	font-size:small;
	font-weight:bold;
	font-family:Verdana;
	color:#008080;
	text-align:left
}
P.SmallSubheading
{
	font-size:x-small;
	font-weight:bold;
	font-family:Verdana;
	color:#008080;
	text-align:left
}
P.Small
{
	font-size:xx-small;
	font-family:Verdana;
}
P.Footer
{
	font-size:xx-small;
	font-family:Verdana;
	text-align:right;
}
UL.Blue
{
	font-size:x-small;
	font-family:Verdana;
	text-align:justify;
	color:blue;
}   
OL
{
	font-size:x-small;
	font-family:Verdana;
	text-align:justify
}
UL.Small
{
	font-size:xx-small;
	font-family:Verdana;
	text-align:left
}
OL.Small
{
	font-size:xx-small;
	font-family:Verdana;
	text-align:left
}
P.FooterText
{
	font-weight: bold;
	font-size:xx-small;
	color: #316563;
	text-decoration: none;
	text-align:right
}
.datagrid
{
	border-color: #888888;
	border-width: 1px;
	border-style: Solid;
}

.datagridHeading
{
	background-color: #dddddd;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

.datagridItem
{
	background-color: #eeeeee;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridAlternatingItem
{
	background-color: #ffffff;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridNewItem
{
	background-color: #C9FFCE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridNewAlternatingItem
{
	background-color: #89FF95;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedItem
{
	background-color: #FFD7D6;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedAlternatingItem
{
	background-color: #FF8585;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridSelectedItem
{
	background-color: #21459C;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.hitCounter
{
	font-size:x-small;
	color: #316563;
	border-style:window-inset;
	border-width:thin;
	background-color:#D3D4A5;
	padding-bottom:2px;
	padding-top:2px;
}
