/* Blue Cow Website Stylesheet
Date Created: January 31, 2008 */

/* General Definitions */

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-face-color: #032467;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #1E8EC5;
    scrollbar-arrow-color: #ffffff;
}

.homemainbg {
	background-image: url('../images/home_mainbg.gif');
	background-repeat: repeat-x;
}

h1, h2, h3 ,table, td, a, ul{
	font-family : Arial, Helvetica, sans-serif; 
}

p, li, td { font-size: 12px; color: #545454}

.hdtext { 
	font-size: 15px;
	font-weight: bold;
	color: #0569b3;
}

.newstext { 
	font-size: 11px;
}

.newshdtext { 
	font-size: 11px;
	font-weight: bold;
	color: #0569b3;
}

.smalltxt10 { 
	font-size: 10px;
}

.footertxt {
	color: #0b89c8;
	font-size: 10px;
}

a.newslnk:link {
	font-size: 11px;   
	font-weight: bold;
	text-decoration: none
}
a.newslnk:visited {
	font-size: 11px;   
	font-weight: bold;  
	text-decoration: none
}
a.newslnk:hover {
	font-size: 11px;    
	font-weight: bold;
	text-decoration: underline
}

a.more:link {   
	font-weight: bold;
	text-decoration: none
}
a.more:visited {  
	font-weight: bold;  
	text-decoration: none
}
a.more:hover {   
	font-weight: bold;
	text-decoration: underline
}


a:link {   
	color: #025BA5; 
	text-decoration: underline; 
}
a:visited {   
	color: #025BA5; 
	text-decoration: underline;  
}
a:hover {  
	color: #002c72; 
	text-decoration: none; 
}
.border {border: solid 5px #509bd4;}