body 
{
	font-family : tahoma, Arial; 
	font-size : 10pt;
}

.pageheader
{
	font-weight: Normal;
	color: White;
	background-image: url(header_background.png); 
	background-repeat:repeat;
	height: 76px;
	width : 860px;
}

.pagebody
{
	font-weight: Normal;
	background-image: url(grey_background.png); 
	background-repeat:repeat;
	width : 860px;
}

.divider
{
	font-weight: Normal;
	background-image: url(grey_background.png); 
	background-repeat:repeat;
	width : 860px;
	height: 32px;
}

.section
{
	background-image: url(section_background.png);
	background-repeat: repeat;
}

.topleft
{
    height: 40px;
    background-image: url(topleft.png);
}

.bottomleft
{
    height: 40px;
    background-image: url(bottomleft.png);
}

.top
{
    height: 40px;
    background-image: url(top.png);
    background-repeat:repeat-x;
}

.bottom
{
    height: 40px;
    background-image: url(bottom.png);
    background-repeat:repeat-x;
}

.topright
{
    width: 5px; 
    height: 40px;
    background-image: url(topright.png);
}

.bottomright
{
    height: 40px;
    background-image: url(bottomright.png);
}

.vertfiller
{
    width: 5px;
}

a 
{
	text-decoration: none; color: ButtonHighlight;
	font-family : tahoma, Arial; 
	font-size : 10pt;
} 

a:hover 
{
	text-decoration: none; color: black;
	font-family : tahoma, Arial; 
	font-size : 10pt;
	background-color: White;
}
