@charset "utf-8";
/* CSS Document */

/* People Power Website Stylesheet
Date Created: July 29, 2010 */

/* General Definitions */

body {
	background-image: url(../images/bg.gif); 
	background-repeat: repeat-x; 
	background-position: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.lshad {
	background-image: url(../images/l_shad.gif); 
	background-repeat: repeat-y;

}

.rshad {
	background-image: url(../images/r_shad.gif); 
	background-repeat: repeat-y;

}

.txtwhite {
	color: #ffffff;
}

.txt12bold {
	color: #0072bc;
	font-size: 12px;
	font-weight: bold;
}

.txt14bold {
	color: #0072bc;
	font-size: 15px;
	font-weight: bold;
}

.txt16bold {
	color: #0072bc;
	font-size: 16px;
	font-weight: bold;
}

.img_alignleft {
	float:left;
	margin:0 15px 10px 0px;
}

.img_alignleft2 {
	float:left;
	margin:0 5px 5px 0px;
}

.img_alignright2 {
	float:right;
	margin:0px 0px 5px 5px;
}

.txtfooter {
	color: #0072bc;
	font-size: 9px;
}

a:link {   
	color: #0072bc; 
	font-weight: bold;
	text-decoration: none; 
}
a:visited {   
	color: #0072bc; 
	font-weight: bold;
	text-decoration: none;  
}
a:hover {  
	color: #0072bc; 
	font-weight: bold;
	text-decoration: underline; 
}

a.big:link {
	font-size: 14px;   
	color: #0072bc; 
	font-weight: bold;
	text-decoration: none; 
}
a.big:visited {  
	font-size: 14px;  
	color: #0072bc; 
	font-weight: bold;
	text-decoration: none;  
}
a.big:hover {  
	font-size: 14px; 
	color: #0072bc; 
	font-weight: bold;
	text-decoration: underline; 
}
