﻿/* BEGIN Shadow Classes */
.cornerShadowNW
{
    background-image: url('../images/nw_corner.jpg');
    background-repeat:no-repeat;
    width:4px;
    height:4px;  
}
.cornerShadowNE
{
    background-image: url('../images/ne_corner.jpg');
    background-repeat:no-repeat;
    width:4px;
    height:4px;  
}
.cornerShadowSW
{
    background-image: url('../images/sw_corner.jpg');
    background-repeat:no-repeat;
    width:4px;
    height:4px;  
}
.cornerShadowSE
{
    background-image: url('../images/se_corner.jpg');
    background-repeat:no-repeat;
    width:4px;
    height:4px;  
}
.topShadow
{
    background-image: url('../images/top.jpg');
    background-repeat:repeat-x;
    height:4px;  
}
.bottomShadow
{
    background-image: url('../images/bottom.jpg');
    background-repeat:repeat-x;
    height:4px;    
}
.leftShadow
{
    background-image: url('../images/left_side.jpg');
    background-repeat:repeat-y;
    width:4px;
}
.rightShadow
{
    background-image: url('../images/right_side.jpg');
    background-repeat:repeat-y;
    width:4px;   
}
/* END Shadow Classes */

/* BEGIN Body Classes */
body 
{
    background-color: #e5e5e5;
}

body,td,th 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 14px;
}
/* END Body Classes */

/* BEGIN Link Classes */
a {
	font-size: 11px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff9933;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

.smallLink 
{
    font-size:9px;
}

/* END Link Classes */

/* BEGIN Text Classes */
.smallText 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #8b8989;
}

h1 
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    color: #336699;
    margin-top:0px;
    margin-bottom:0px;
}

h2 
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #ff9933;
    margin-top:0px;
    margin-bottom:0px;
}
/* END Text Classes */