/*  
 * Stylesheet for RHPS-OFC Mobile Site
 */

body	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin: 4px;
}

a:link { 
	color: #FF0000;
	text-decoration: none;
	}
	
a:visited { 
	color: #FF0000;
	text-decoration: none;
	}
	
a:active { 
	color: #CC0000;
	text-decoration: none;
	}
	
a:hover	{
	color: #CC0000;
	text-decoration: underline;
	}

div.logo {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	}

div.title {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FF0000; 
    	border-color: #FF0000; 
    	color: #FFFFFF;
	text-align: center;
	}

div.text {
	margin: 5px;
	text-align: justify;
	text-justify: newspaper;
	}

div.optionsmain {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}

div.optionsbottom {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	}

hr	{
	border: 0px;
	color: #666699;
	background-color: #666699;
	height: 1px;
	}

input	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.submit input	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}