﻿.CurrentPage
{
    color:Red;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
.NotCurrentPage
{
    color:Black;
   
    text-decoration:none;
    font-size:12px;
}
.NotCurrentPage:hover
{
    
    color:#9c9c9c;
    text-decoration:none;
    font-size:12px;
}
body { 
}
.TahomaFont
{
	font-family:Tahoma;
	font-size:11px;
	color:#656565;
	
}
.smallFont
{ font-size:11px;
  color:Black;
   font-family:Tahoma;
}
.BigFont
{
	font-size:x-large;
	 color:Red;
	 font-family:Tahoma;
}
.IconButtonLabel
{
	font-size:medium;
	color: #666666;
	font-family:Tahoma;
}
.TopButtonLabel
{
	text-align: left;
    color:#F2C0B4;
    font-Size:Smaller;
    font-family:Tahoma;
}
.AboutUsLabel
{
	
	margin-right:10px; 
	float:right; 
	top:30px; 
	position:relative; 
	Font-Size:X-Small;  
	color:black;
	font-family:Tahoma;
 }
 .fontBold
 {
 	font-size:smaller;
 	font-family:Tahoma;
  font-weight:bold;
 }
 .fontRed
 {
 	font-size:smaller;
 	font-family:Tahoma;
   color:Red;
 }
 .fontWhite
 {
 	font-size:smaller;
 	font-family:Tahoma;
 	color:White;
 	font-style:italic;
 	text-align:center;
 }
  .fontWhiteRegular
 {
 	
 	font-family:Tahoma;
 	color:White;
 	text-align:center;
 }

 .TextBox12px
 {
 	height:13px;
 	width:135px;
 	 font-family:Tahoma;
 }
 .LargeGrayFont
 {
 	font-size:x-large;
 	color:#9C9C9C;
 	font-style:italic;
 	font-family:Tahoma;
 }
 .SmallerGrayFontItalic
 {
 	font-size:smaller;
 	color:#9C9C9C;
 	font-style:italic;
 	font-family:Tahoma;
 }
 .SmallGrayFont
 {
 	font-size:10px;
 	color:#9C9C9C;
 	line-height: 13px;
 	font-family:Tahoma;
 	font-weight:bold;
 }
 .XSmallRedFont
 {
 	font-size:10px;
 	color:Red;
 	font-family:Tahoma;
 }
 .XSmallBlackFont
 {
 	font-size:10px;
 	color:Black;
 	font-family:Tahoma;
 }
 .DropDownList
 {
 	height:30px;
 	width:235px;
 	 font-family:Tahoma;
 }
 .HeaderRed
 {
     font-size:24px;
     
     color:Red;
     font-weight:normal;
     font-family:Tahoma;
 }
 .SmallBoldBlack
 {
     font-size:12px;
     font-weight:bold;
     color:Black;
      font-family:Tahoma;
 }

