﻿/*##############################################
 HTML ELEMENTS
##############################################*/ 

/*body {
	color:#FFFFFF;
	font-weight: bold;
}*/
a,
a:visited,
a:active{
	color: #000000;
}
a:hover {
	color: #000000;
}

/*##################### 
id containers
######################*/

#content #contentInner {
	width:92%;
    height:auto;
    background-color:Transparent;
}

/*##############################################
 DESIGN STYLES
##############################################*/ 
.pageTitle
{
	color: #FFFFFF;
        font-size: 130%;
        font-weight: bold;
}

.boldA1 {
	color:#FFFFFF;
}