/* Stylesheet for Rock-N-Water Mobile */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
	}
a {
	text-decoration: none;
	color: #3D75AC;
} 
a:link {}
a:hover {
	color: #CA0002;
	text-decoration: underline;
}
a:active {
	color: #CA0002; 
	text-decoration: underline;
	}
.logo{
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#009933;
	margin-bottom: 2px;
	padding:2px;	
	text-align:left;
}
.headerbg {
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#CCCCCC;
	padding-top:4px;
	padding-right:2px;
	padding-left:2px;
	text-align:left;	
}
.whitebg {
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	padding-right:2px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:3px;
	text-align:left;
	text-decoration: none;
	vertical-align:top;
}
.whitebg_center {
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	padding-right:2px;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	text-decoration: none;
	vertical-align:top;
}
.top_navigation {
	background-color:#FFFFFF;
	text-align: center;	
	text-decoration: none;
	font-size: small;
	color:#666666;
	padding-top:2px;
	padding-bottom:2px;
}
.bottom_navigation{
	background-color: #FFFFFF;
	border-top-style:solid;
	border-top-width:3px;	
	border-top-color:#009933;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#CCCCCC;
	padding-top:4px;
	padding-bottom:0px;
	padding-right:2px;
	padding-left:2px;
	text-align:center;
}
.copyright {
	font-family: inherit;
	font-size: xx-small;
	padding-top:2px;
	padding-bottom: 2px;
	color:#666666;
	text-align: center;
}
.header_bold {
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
.header_bold_caps {
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
.header_blk_p {
	font-family: inherit;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}
.header_blk {
	font-family: inherit;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: small;
}
.bold_text {
	font-family: inherit;
	font-size: small;
	font-weight: bold;
	vertical-align:top;
}
.base_text {
	font-family: inherit;
	font-size: small;
}
.base_center_text{
	font-family: inherit;
	text-align: center;
}
.blue_text {
	font-family: inherit;
	font-size: smaller;
	color:  #3D75AC;
}
.red_text {
	font-family: inherit;
	font-size: small;
	color:  #ff0000;
}
.grbg_num {
	font-family: inherit;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #009933;
	padding-left:2px;
	padding-right:2px;
}