/* Default CSS Stylesheet for a new Web Application project */

body, tr, td
{
    color: #000000;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}


        
A:link    {    
    color:    #3333cc;
    }    
        
A:visited    {    
    color:    #333399;
    }    
        
A:active    {    
    color:    #333399;
    }    
        
A:hover    {    
    color:    #3333cc;
    }
    
.header {
	color: #003366;
}

.message {
	color: #990000;
}


/***** Form Styles *****/

/***** Testimonial Styles *****/
.testimonial_random {

}

.testimonial_random_sig {

}

/***** bottom navigation links ******/
a.bottom:active {color: #333333}
a.bottom:link {color: #333333}
a.bottom:visited {color: #333333}
a.bottom:hover {color: #333333}

.bottom_text {
	color: #333333;

}

.body_splash {color: #FFFFFF; font-size: 11px}

/***** splash bottom navigation links *****/
a.bottom_splash:active {color: #ffffff}
a.bottom_splash:link {color: #ffffff}
a.bottom_splash:visited {color: #ffffff}
a.bottom_splash:hover {color: #ffffff}

.bottom_text_splash {
	color: #ffffff;
}

.theme_colour {
	color: #98AFBA;
}

.theme_border_top {
	border-top: 1px solid #98AFBA;
}
