/*CSS for wellpadded site pages */


/* BODY info */
body
{
		
	background-image: url(images/nav_bars/w_tile_ST.gif);
	background-repeat: repeat;
	background-position: center center;
	
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-base-color: #1c5cb4;
    scrollbar-dark-shadow-color: #1D50AC;
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #1c5cb4;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #5E9EF5;
    scrollbar-3d-light-color: #FF0000;
}


/* Hyper link */
a:link
{
	color: #1c5cb4; 
}


/* Hyper link - visited */
a:visited
{
	color: #1c5cb4; 
}


/* Hyper link - Active */
a:active 
{
	color: #ff0000;
}



/* Table Settings */
table
{
	margin: 5; 	
	border-color:#1c5cb4;	  
	
}






/* Fonts*/

body {color: #1c5cb4;}
p {color: #1c5cb4;}
h1 {font-size:40px;}
h2 {font-size:18px;}