body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cccccc;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitles {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding-left:10px;
	background-image:url(../images/content_gradient.jpg);
	background-repeat:repeat-x;
	height:75px;
	vertical-align:top;
		
}
.pageContent {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
	background-color:#FFFFFF;
}

.buttonArea {
	background-image:url(../images/bg_buttons.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:10px;
}

.buttonTd {
	
	height:20px;
	text-align:left;
	
}
.buttonLink {
	display:block;
	color: #000000;
	text-decoration:none;
	height:15px;
	padding-left:10px;
}

a:link.buttonLink {
	color: #000000;
	text-decoration:none;
	
	
}
a:visited.buttonLink {
	color: #000000;
	text-decoration:none;
	
}
a:active.buttonLink {
	color: #000000;
	text-decoration:none;
	
}
a:hover.buttonLink {
	color: #ffffff;
	text-decoration:none;
	font-style:italic;
	background-color:#000000;
	
}

.buttonTd2 {
	
	height:25px;
	text-align:right;
	
}
.buttonLink2 {
	display:block;
	color: #000000;
	text-decoration:none;
	text-align:right;
	padding-right:8px;
	border-bottom:#000000 1px solid;
	background-color:#CCCCCC;
}

a:link.buttonLink2 {
	color: #000000;
	text-decoration:none;
	
	
}
a:visited.buttonLink2 {
	color: #000000;
	text-decoration:none;
	
}
a:active.buttonLink2 {
	color: #000000;
	text-decoration:none;
	
}
a:hover.buttonLink2 {
	color: #ffffff;
	text-decoration:none;
	font-style:italic;
	background-color:#000000;
	
}

.colLeft {
	text-align:right;
	}





