@charset "utf-8";
/* CSS Document */

<style type="text/css">

a.linkText {
    color : #444444;
    font-family: "Courier New", Courier, monospace;
    font-size: small;
    font-weight : bold;
    text-decoration : none;
    }
 

    a.linkText:link {
	color : #444444;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
    text-decoration : none;
    /* you can define other styles if necessary */
    }

    
    a.linkText:visited {
	font-family: "Courier New", Courier, monospace;
	color : #444444;
	text-decoration : none;
	font-size: small;    /* you can define other styles if necessary */
    }
    
    a.linkText:hover {
	color : #ff0000; /*red color */
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
    }

a.linkText 2{
    color : #444444;
    font-family: "Courier New", Courier, monospace;
    font-size: small;
    font-weight : bold;
    text-decoration : none;
    }
 

    a.linkText2:link {
	color : #444444;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
    text-decoration : none;
    /* you can define other styles if necessary */
    }

    
    a.linkText2:visited {
	font-family: "Courier New", Courier, monospace;
	color : #444444;
	text-decoration : none;
	font-size: 12px;    /* you can define other styles if necessary */
    }
    
    a.linkText2:hover {
	color : #FF0000; /*red color */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
    }


.FootingFont {
	color: #666666;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.logoFont {
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}

.BodyFont {
	font-size: 12px;
	color: #6A6A6A;
	font-family: "Courier New", Courier, monospace;
	
}

.modelFont {
	font-size: 13px;
	color: #6A6A6A;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
	
}

.HeadFont {
	font-size: large;
	font-weight: bold;
	color: #007D7D;
	font-style: normal;
	text-decoration: underline;
}

.HeadFont2 {
	font-size: large;
	font-weight: bold;
	color: #004080;
	font-style: normal;
	text-decoration: none;
}

.RedFont {
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
	font-style: normal;
}
.MenuFontA {
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	font-style: normal;

}

.MenuCaption {
	color: #999999;
	font-weight: bold;
	font-size: large;
}

.footing_font {
	font-size: 12px;
	color: #999999;
	font-style: normal;
}

.blue { 
  background-color: #6699FF; 
}
.gradtop_bottom {
  background-image: url(images/grad_white_top_bottom.png);
}
.gradbottom_top {
  background-image: url(images/grad_white_bottom_top.png);
}
.box {
  border: solid  white 0px;
  float: left;
  height: 20px;
  margin: 1px;
  width: 100%;
}

input {
font-size:8.5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
height:13px;
}

input_big {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
height:15px;
}

.submit input
{
color: #000;
background: lightblue;
border: 2px outset #d7b9c9

} 



</style>
