/* -- Links Colors using ID   -- */


/* -- DEFAULT HOVER COLORS -- */
a:link{color: #770077;}
a:visited{color: #770077;}
a:hover{color: #E00000;}
/* -- DEFAULT HOVER COLORS -- */

a:link#Yel2Red{color: yellow;}
a:visited#Yel2Red{color: yellow;}
a:hover#Yel2Red{color: red;}


a:link#RevRun{color: #000080;}
a:visited#RevRun{color: #000080;}
a:hover#RevRun{color: #FF8C00;}

a:link#RevRun2{color: #800000;}
a:visited#RevRun2{color: #800000;}
a:hover#RevRun2{color: #FF8C00;}

a:link#events2{color: white;}
a:visited#events2{color: white;}
a:hover#events2{color: lightBlue;}

a:link#events3{color: red;}
a:visited#events3{color: red;}
a:hover#events3{color: #FF8000;}


a:link#event1{color: yellow;}
a:visited#event1{color: yellow;}
a:hover#event1{color: white;}

/* -- LINKS.ASP PAGE -- */
a:link#links{color: steelBlue;}
a:visited#links{color: steelBlue}
a:hover#links{color: darkRed;}

a:link#links2{color: #FF0000;}
a:visited#links2{color: #FF0000;}
a:hover#links2{color: #FF8C00;}

a:link#Elinks{color: #000080;}
a:visited#Elinks{color: #000080;}
a:hover#Elinks{color: #F00000;}

a:link#links3{color: #FF0000;}
a:visited#links3{color: #FF0000;}
a:hover#links3{color: #FFFFFF;}

font {
font-family: Calibri, Verdana;
}

font.topMenu{
font-size: 10pt;
}

font.HomeTxt{
font-size: 10pt;
font-family: Verdana;
font-style: bold;
color: #FF0000;
}


font.SrchHdr{
font-size: 13pt;
font-family: Calibri, Verdana;
font-style: bold;
}


/* -- LINKS.ASP PAGE -- */


body{
background-image: url('bg/bluGrad_3.jpg'); 
margin-top: 0;
margin-left: 0;
}

/* table.fast *?
/* {table-layout: fixed;} */

table.tbl1{
border: 0px none collapse;
cellpadding: 4;
cellspacing: 4;
border-collapse: collapse;
bordercolor: #111111;
}

table.tbl2 {
border: 0px none collapse;
cellpadding: 0;
cellspacing: 0;
border-collapse: collapse;
bordercolor: #111111;
width: 800 px;
height: 24 px
}

table.tbl3 {
border: 0px none collapse;
cellpadding: 4;
cellspacing: 4;
bordercolor: #EEEEEE;
border-top-width:1px; 
border-right-width:1px; 
border-bottom-width:1px; 
border-left-width:1px; 
width: 600 px
}


p.para1 {
align: center;
background-color: #FFFFFF;  
border: none;
padding: 16px;
width: 800 px;
text-align: center
}

p.para2 {
background-color: #F0F0F0;  
border: 1px solid F0F0FA;
padding: 16 px;
width: 800 px;
text-align: center
}

font.FStyle01 {
font-size: 12 px;
font-family: Verdana;
font-style: italic;
color: black;
text-align: center
}

font.FStyle02 {
font-size:  12 px;
font-style: normal;
font-family: Verdana;
color: #800000;
text-align: center
}


span {
background-color: #F0F0FA
}			


img {
background-color: white; 
border: 0px none;
align: center;
}

input.pwd {
size: 20;
float: left; 
font-family: Verdana;
font-size: 10pt; 
color: #800000; 
font-weight: bold"; 
type="password"
}

input.LoginPwd {
size: 20;
float: left; 
font-family: Verdana;
font-size: 10pt;
color: #800000; 
font-weight: bold"; 
type="password"
}

input.submitTypeBtn {
font-size: 10pt;
font-weight: bold;
font-family: Verdana;
color: #800000;
type="submit"
}

font.MenuHomePg {
font-size: 10pt;
font-weight: normal;
font-family: Verdana;
}

td.ClientViewTxt {
valign: middle;
background-color: #E0E0E1;
font-size: 10pt;
font-weight: bold;
font-family: Verdana;
color: #800000;
width: 77%;
height: 29px
}



textarea{

font-family: Verdana; 
font-size: 10pt; 
color: #000080; 
font-weight: bold; 
background-color: #EDF3FC;
}