/* CSS Document */
/*Rocky Resort Motor Inn*/

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#018c39;
	/*background-image: url(../images/layout/background.gif);
	background-repeat: repeat;*/
}

a:visited {
	text-decoration:none;
}


.menu-text {
	/*padding: 3px;*/
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	text-align: center;
	color:#018c39; 
}

.menu-text a {

	color: #018c39;
	text-decoration: none;
}

.menu-text a:hover {
	color: #badc7e;
	text-decoration: underline;
}

.main-body-text-center {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#000000; 
}


.main-body-text-center a {
	color: #018c39;
	text-decoration: none;
}

.main-body-text-center a:hover {
	color: #000000;
	text-decoration: underline;
}



.main-body-text {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000; 
}

.main-body-text a {
	color: #018c39;
	text-decoration: none;
}

.main-body-text a:hover {
	color: #000000;
	text-decoration: underline;
}


.table-image-cell {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000000; 
}

.table-image-cell a {
	text-decoration: none;
}

.table-image-cell a:hover {
	text-decoration: none;
}

.foot-body-text {
	/*padding: 8px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#ffffff; 
}

.foot-body-text a {
	color: #cccccc;
	text-decoration: none;
}

.foot-body-text a:hover {
	color: #000000;
	text-decoration: underline;
}
/*
.holders-td {
	background-repeat:no-repeat;
	background-position:center;
	
	padding: 18px;
}

.sidebar-text-td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000000;
	
	padding: 5px;
}

.sidebar-text-td a {
	color: #00006C;
	text-decoration: none;
}

.sidebar-text-td a:hover {
	color: #666666;
	text-decoration: underline;
}

.body-text-td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000000;
	
	padding: 12px;
}

.body-text-td a {
	color: #00006C;
	text-decoration: none;
}

.body-text-td a:hover {
	color: #666666;
	text-decoration: underline;
}

.footer-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000000; 
	
}

.footer-text a{
	text-decoration:none;
	color:#000000;
}

.footer-text a:hover {
	text-decoration:underline;
}

*/