/*CSS style sheet for saskmutual.com web pages -- January 2009
*/

a:link {  text-decoration: none;}
a:active { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover {text-decoration: underline;}
a {
		color:#2A5296;
	  font-family: Arial;
	  font-size: size="2";
}					
/* sets all images to have no border */
a img {border: none; } 

body {
  background: url(../images/bg_left.jpg) #FFFFFF repeat-y;
  font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
	
/* top navigation text */
a.nav:hover {text-decoration: underline; }
a.nav {
		color:#FFFFFF;
	  font-family: Arial;
	  font-size: 11px;
	  font-weight: 700;} 

a.big:hover {text-decoration: underline;}
a.big { color:#202020; font-size: 15px; font-weight: bold;}

h1 {color : #202020; font-size: 10pt; font-weight: normal;}
h2 {font-size:7.5pt; color:#202020;}
h3 {font-size: 7pt; color:#202020; font-family:verdana; text-align: center; font-weight: normal;}
h4 {color : #202020; font-size: 14pt; font-weight: bold;}

/* cells with tan background */
.display{
	border: none;
	background-color: #D3D1A9;
	text-align: center;}

/* top navigation table blue color */
.display1{
	border: 1px solid #FFFFFF;
	background-color: #1D4675;
	text-align: center;}
	
	/* top navigation table blue color */
.display2{
	font-size: 10pt;
	color:#202020;}

/* Broker locations PHP *************** */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.cell_underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: 00A0BA;
	border-right-color: 00A0BA;
	border-bottom-color: 00A0BA;
	border-left-color: 00A0BA;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}