H1              
{
                font-family: Verdana, Arial;
                font-size: medium;
}
H2              
{
                font-family: Verdana, Arial;
                font-size: small;
}
H3              
{
                font-family: Verdana, Arial;
                font-size:x-small;
}
BODY
{
	font-size: x-small;
	margin: 0px;
	font-family: Verdana, Arial;
}
INPUT           
{
                font-family: Verdana, Arial;
                font-size: 7pt;
}
TEXTAREA           
{
                font-family: Verdana, Arial;
                font-size: 7pt;
}
SELECT          
{
                font-family: Verdana, Arial;
                font-size: 7pt;
}
TABLE           
{
                font-family: Verdana, Arial;
}
TD
{
	font-size: 11px;
	font-family: Verdana,Arial;
}
th
{
	font-size: 11px;
	font-family: Verdana,Arial;
}
a:link          
{
                color: Black;
                font-weight: bold;
                text-decoration: underline;
}
a:active        
{
                color: Black;
                font-weight: bold;
                text-decoration: underline;
}
a:visited       
{
                color: Black;
                font-weight: bold;
                text-decoration: underline;
}
a:hover         
{
                color: Blue;
                font-weight: bold;
                text-decoration: underline;
}
.Error
{
	color: Red;
	font-weight: bold
}

.Grid
{
	width: 650px;
}
.GridHeader
{
	background-color: #84a0b5;
	font-weight: bold;
}
.GridHeader a:link
{
    color: Black;
}
.GridHeader a:hover
{
    color: #404040;
}

.GridItem
{
	background-color:White;
}
.GridAlt
{
	background-color:#e9edf1;
}
.PageHeading
{
}

.FontLargeBlue
{
	font-size:14px;
	color:#2c54a4;
}

.ParentCategories
{
	font-size:14px;
}
.ParentCategories a:link
{
	color:#2c54a4;
}
.ParentCategories a:visited
{
	color:#2c54a4;
}
.ParentCategories a:hover
{
	color:#547cb4;
}

.CategoryCrumbs a:link
{
	color:#2c54a4;
}
.CategoryCrumbs a:visited
{
	color:#2c54a4;
}
.CategoryCrumbs a:hover
{
	color:#547cb4;
}

#HeaderCell1
{
	height: 69px; 
	width: 94px; 
	background-image:url(../images/HeaderButton1.gif); 
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
	color:#2c54a4;
} 
#HeaderCell1:hover, #HeaderCell1.mouseover
{
	background-image:url(../images/HeaderButton1Over.gif);
	cursor:pointer;
	color:#547cb4; 
}

#HeaderCell2
{
	height: 69px; 
	width: 72px; 
	background-image:url(../images/HeaderButton2.gif); 
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
	color:#2c54a4;
} 
#HeaderCell2:hover, #HeaderCell2.mouseover
{
	background-image:url(../images/HeaderButton2Over.gif);
	cursor:pointer; 
	color:#547cb4; 
}

#HeaderCell3
{
	height: 69px; 
	width: 73px; 
	background-image:url(../images/HeaderButton3.gif); 
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
	color:#2c54a4;
} 
#HeaderCell3:hover, #HeaderCell3.mouseover
{
	background-image:url(../images/HeaderButton3Over.gif); 
	cursor:pointer; 
	color:#547cb4; 
}

#HeaderCell4
{
	height: 69px; 
	width: 79px; 
	background-image:url(../images/HeaderButton4.gif); 
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
	color:#2c54a4;
} 
#HeaderCell4:hover, #HeaderCell4.mouseover
{
	background-image:url(../images/HeaderButton4Over.gif); 
	cursor:pointer; 
	color:#547cb4; 
}

#HeaderCell5
{
	height: 69px; 
	width: 105px; 
	background-image:url(../images/HeaderButton5.gif); 
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
	color:#2c54a4;
} 
#HeaderCell5:hover, #HeaderCell5.mouseover
{
	background-image:url(../images/HeaderButton5Over.gif); 
	cursor:pointer; 
	color:#547cb4; 
}

#preloaded-images 
{
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
}

@media print 
{
	.hideforprint
	{
		display: none;
	}
}
