/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.banner
{
	background-repeat: repeat-y;
}

.printDisplay
{
	display: none;
}

.smallBlack{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #000000}
A.smallBlack:LINK{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #000000}
A.smallBlack:VISITED{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #000000}
A.smallBlack:HOVER{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #666666}

.smallBlackBold{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #000000; font-weight: bold}

.mediumBlack{FONT-FAMILY: Tahoma; FONT-SIZE: 9PT; color: #000000}
A.mediumBlack:LINK{FONT-FAMILY: Tahoma; FONT-SIZE: 9PT; color: #000000}
A.mediumBlack:VISITED{FONT-FAMILY: Tahoma; FONT-SIZE: 9PT; color: #000000}
A.mediumBlack:HOVER{FONT-FAMILY: Tahoma; FONT-SIZE: 9PT; color: #666666}

.smallGray{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #333333}
A.smallGray:LINK{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 8PT; color: #666666}
A.smallGray:VISITED{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 8PT; color: #666666}
A.smallGray:ACTIVE{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 8PT; color: #666666}
A.smallGray:HOVER{FONT-FAMILY: Tahoma; text-decoration: underline; FONT-SIZE: 8PT; color: #000000} 

.mediumGray{FONT-FAMILY: Tahoma; Font-weight: normal; FONT-SIZE: 9PT; color: #666666}
A.mediumGray:LINK{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGray:VISITED{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGray:ACTIVE{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGray:HOVER{FONT-FAMILY: Tahoma; text-decoration: underline; FONT-SIZE: 9PT; color: #000000}

.mediumGrayP{FONT-FAMILY: Tahoma; Font-weight: normal; FONT-SIZE: 9PT; color: #666666; line-height: 13pt}
A.mediumGrayP:LINK{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayP:VISITED{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayP:ACTIVE{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayP:HOVER{FONT-FAMILY: Tahoma; text-decoration: underline; FONT-SIZE: 9PT; color: #000000}

.mediumGrayNews{FONT-FAMILY: Tahoma; Font-weight: normal; FONT-SIZE: 9PT; color: #666666; line-height: 13pt; text-align: center; padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;}
A.mediumGrayNews:LINK{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayNews:VISITED{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayNews:ACTIVE{FONT-FAMILY: Tahoma; text-decoration: underline;  FONT-SIZE: 9PT; color: #666666}
A.mediumGrayNews:HOVER{FONT-FAMILY: Tahoma; text-decoration: underline; FONT-SIZE: 9PT; color: #000000}

.mediumGrayBold{FONT-FAMILY: Tahoma; font-weight: bold; FONT-SIZE: 8PT; color: #333333}
A.mediumGrayBold:LINK{FONT-FAMILY: Tahoma; text-decoration: underline; font-weight: bold; FONT-SIZE: 8PT; color: #333333}
A.mediumGrayBold:VISITED{FONT-FAMILY: Tahoma; text-decoration: underline; font-weight: bold; FONT-SIZE: 8PT; color: #333333}
A.mediumGrayBold:ACTIVE{FONT-FAMILY: Tahoma; text-decoration: underline; font-weight: bold; FONT-SIZE: 8PT; color: #333333}
A.mediumGrayBold:HOVER{FONT-FAMILY: Tahoma; text-decoration: underline; font-weight: bold; FONT-SIZE: 8PT; color: #666666}

.largeDarkGray{FONT-FAMILY: Tahoma; FONT-SIZE: 14PT; color: #333333}

.grayBorder{border:solid 1 #CCCCCC}
A.grayBorder:LINK{border:solid 1 #CCCCCC}
A.grayBorder:VISITED{border:solid 1 #CCCCCC}
A.grayBorder:ACTIVE{border:solid 1 #CCCCCC}
A.grayBorder:HOVER{border:solid 1 #333333}

.textfield{FONT-FAMILY: Tahoma; FONT-SIZE: 8PT; color: #333333; border: solid 1px #CCCCCC}


