/*

	Default text

*/

body { 

 background-color: #efeacd; 

 margin-left: 40px; 

 margin-right: 40px; 

 margin-top: 30px; 

 font-size: 11px; 

 font-family: verdana, trebuchet, sans-serif; 

}

.default {

 font-size: 11px; 

 font-family: verdana,trebuchet,sans-serif; 

 font-weight: normal;

}



H4 {

 font-family: verdana,trebuchet,sans-serif;

 font-size:   12px;

 color:       #999999;

 margin-top: 2px;

 margin-bottom: 5px;

 font-weight: bold;

}



H5 {

 font-family: verdana,trebuchet,sans-serif;

 font-size:   11px;

 color:       #333333;

 margin-top: 2px;

 margin-bottom: 5px;

 font-weight: normal;

}



/*

	Links

*/

a:link { 

 color: #333399; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: underline; 

}



a:visited { 

 color: #333399; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: underline; 

}



a:active { 

 color: #333399; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: underline; 

}



a:hover { 

 color: #999999; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: none; 

}





/*  

    White colored header text used at the top of all forms. 

*/

.whiteText {

 color:       #ffffff;

 font-family: verdana,trebuchet,arial,sans-serif;

 font-size:   10px; 

 font-weight: bold;

}



/*  

    Form input field

*/

input {

 font : bold 11px/12px verdana,trebuchet,sans-serif;

 border : 1px solid #999999;

 color : black;

 background-color : #eeeeee;

 margin-top: 2px;

 margin-bottom: 2px;

}



/*  

    Form color change

*/

input:focus {

 background-color : #ffffff;

}



/*  

    Submit button

*/

input.button {

 color : white;

 background-color : #000000;

}




