/* Default CSS Stylesheet for a new Web Application project */

body, tr, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
}

H1    {    
    font-size:    2em;
    font-weight:    700;
    font-style:    normal;
    text-decoration:    none;
    word-spacing:    normal;
    letter-spacing:    normal;
    text-transform:    none;
    }    
        
A:link    {    
    text-decoration:    none;
    }    
        
A:visited    {    
    text-decoration:    none;
    }    
        
A:active    {    
    text-decoration:    none;
    }    
        
A:hover    {    
    text-decoration:    underline;
    }
    
BLOCKQUOTE, PRE    {    
    font-family:    Courier New, monospace;
    }    
      

.img_padding_1px {
	padding: 1px;
}

.img_margin_1px {
	margin: 1px;
}


.header {
	font-size: 15px;
}

.message {
	font-size: 10px;
	font-weight: bold;
}

/* text boxes */
.textbox    {   font-size: 9pt;}
.textbox25  {   font-size: 9pt; width: 25px}
.textbox30  {   font-size: 9pt; width: 25px}
.textbox50  {   font-size: 9pt; width: 50px}
.textbox74  {   font-size: 9pt; width: 74px}
.textbox100 {   font-size: 9pt; width: 100px}
.textbox110 {   font-size: 9pt; width: 110px}
.textbox114 {   font-size: 9pt; width: 114px}
.textbox120 {   font-size: 9pt; width: 120px}
.textbox150 {   font-size: 9pt; width: 150px}
.textbox200 {   font-size: 9pt; width: 200px}
.textbox250 {   font-size: 9pt; width: 250px}
.textbox300 {   font-size: 9pt; width: 300px}
.textbox350 {   font-size: 9pt; width: 350px}
.textbox400 {   font-size: 9pt; width: 400px}
.textbox495 {   font-size: 9pt; width: 495px}
.textbox500 {   font-size: 9pt; width: 500px}


/***** Form Styles *****/

/***** Testimonial Styles *****/
.testimonial_random {
	font-size: 11px;
	font-style: italic;
}

.testimonial_random_sig {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;

}

/***** bottom navigation links ******/
a.bottom:active {   font-size: 9px}
a.bottom:link {   font-size: 9px}
a.bottom:visited {   font-size: 9px}
a.bottom:hover {   font-size: 9px;}

.bottom_text {
	font-size: 9px; 
}

.body_splash {
	font-size: 11px;
	color: #ffffff;
}

/***** splash bottom navigation links *****/
a.bottom_splash:active {   font-size: 9px;}
a.bottom_splash:link {   font-size: 9px;}
a.bottom_splash:visited {   font-size: 9px;}
a.bottom_splash:hover {   font-size: 9px;}

.bottom_text_splash {
	font-size: 9px;
	color: #ffffff;
}

.feature_product {
	font-size: smaller;
	color: #666666;
}

A.body_splash:link    {    
    text-decoration:    underline;
    }    
        
A.body_splash:visited    {    
    text-decoration:    underline;
    }    
        
A.body_splash:active    {    
    text-decoration:    underline;
    }    
        
A.body_splash:hover    {    
    text-decoration:    underline;
    color: #eeeeee;
    }

A.bottom_splash:link    {    
    text-decoration:    none;
    color:#ffffff;
    }    
        
A.bottom_splash:visited    {    
    text-decoration:    none;
    color:#ffffff;
    }    
        
A.bottom_splash:active    {    
    text-decoration:    none;
    color:#ffffff;
    }    
        
A.bottom_splash:hover    {    
    text-decoration:    underline;
    color:#ffffff;
    }
