/* CSS Document */

.Header-0001 {
	font-size: 30px; 
	color:#CC0033;   
	font-family: arial;
}

.Header-0002 {
	letter-spacing:2.5pt; 
	font-family:'Arial','sans-serif'; 
	font-size:13.5pt; 
	color:#99CC66; 
}

.Header-0003 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
/* This creates the Link colors for HREF-001 */
/*===================================================================*/
A.HERF-001:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;  
	color:Green; 
}
A.HERF-001:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;  
	color:Black; 
}
A.HERF-001:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;  
	color:Red; 
}
/*===================================================================*/
/* This creates the Link colors for HREF-001 */

.SubHeader-0001 {font-size: 20px; color:#CC0033;   font-family: arial;}

.TextFieldFont1 {font-size: 16px; font-family: geneva, helvetica, sans serif;}

.TextFieldFont2 {font-size: 12px; font-family: verdana,arial,helvetica,sans-serif;}

.PageFooter {font-size: 14px; font-family: palatino, times, times new roman;}
 
.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(back_field.gif);
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 15px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
/*you may also like to add some styles for the rest of the form*/
 
fieldset    {
    width: 400px;
    height: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #036399;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
    }
fieldset:hover    {
    border-color: #0ca0ff;
    }
legend    {
    font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
    }
	
.textInput
{
width:254px; 
height:18px;
border: 1px solid #5555FF;
background: #ffffff;
color: #000000;
font-size: 0.5em;
}	

.CellHeader1
{letter-spacing:2.5pt; font-family:'Arial', 'sans-serif'; font-size:13.5pt; color:#99CC66;}

.style6 {
	font-size: large;
	color: #990000;
}
.style2 {color: #FFFFFF}
.style4 {color: #FFFFFF; font-size: 12px; }
.style7 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style13 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style14 {font-size: 16px; font-family: Geneva, Arial, Helvetica, sans-serif; }
.styleA_H_12 {	font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
}