body { font-family: Arial; background-color:#FFFFFF; color: #000000; margin-top: 0; margin-left: 0; margin-bottom: 0; margin-right: 0; }

/* Link */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:visited:hover { color: #000000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }
a:active:hover { color: #000000; text-decoration: underline; }

a.menuLink { text-decoration: none; color: #003366; }
a:visited.menuLink { text-decoration: none; color: #003366; }
a:hover.menuLink { text-decoration: underline; color: #003366; }

a.blueLink { text-decoration: none; color: #0000CC; }
a:visited.blueLink { text-decoration: none; color: #0000CC; }
a:hover.blueLink { text-decoration: underline; color: #0000CC; }

a.whiteLink { text-decoration: none; color: #FFFFFF; }
a:visited.whiteLink { text-decoration: none; color: #FFFFFF; }
a:hover.whiteLink { text-decoration: underline; color: #FFFFFF; }

/* Text */
.small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } 
.smallBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; } 
.smallItalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style:italic; } 
.smaller {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.smallerBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.smallerItalic {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style:italic; } 
.smallest {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; } 
.smallestItalic {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style:italic; } 
.medium {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 
.mediumBold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; } 
.tab { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; } 
.banner { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #EEEEEE; line-height: 14px; } 
.ltGrayTx { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #98B1C4; }
.dkRed { color: #CC0000; }
.red { color: #FF0000; }
.dkBlue { color: #0000CC; }

/* Border */
.ltBlueBdTop { border-top: 1px solid #CFD4E6; }
.mdBlueBdTop { border-top: 1px solid #69839D; }
.grayBdBottom { border-bottom: 1px solid #999999; }
.grayBdBottomDotted { border-bottom: 2px dotted #CCCCCC; }
.grayBdTop { border-top: 1px solid #999999; }
.grayBdTopDotted { border-top: 2px dotted #CCCCCC; }
.grayBdLeft { border-left: 1px solid #D3D3D3; }
.grayBdRight { border-right: 1px solid #D3D3D3; }
.blackBdLeft { border-left: 1px solid #000000; }

/* Background */
.tabInactive {background-color: #CCCCCC; border-top: 1px solid #999999; border-right: 1px solid #999999; }
.tabActive {background-color: #D2B48C; border-top: 1px solid #999999; border-right: 1px solid #999999; } 
.grayBk { background-color: #D3D3D3; }
.dkGrayBk { background-color: #999999; }
.brownBk { background-color: #D2B48C; }
.ltBlueBk { background-color: #C8D7E3; } 
.mdBlueBk { background-color: #69839D; }
.dkBlueBk { background-color: #003366; }

/* Lists */
ul.arrow { padding-left:10px; margin-left:10px; }
li.arrow { list-style-image: url('/Common/Images/block02.gif'); }