/*
 * Stylesheet for MRVAS Main (Public)  Pages
 */
body	{
		background-color : #FFFFFF;
		font-family : Arial, Helvetica, sans-serif;
		width : 850px;
		margin-left:auto;
		margin-right:auto;
		}
hr		{
		height : 1px;
		}
h1		{
		font-size : 1.75em;
		font-weight : bold;
		text-align : center;
		}
h2		{
		font-size : 1.5em;
		font-weight : bold;
		}
h3		{
		font-size : 1em;
		font-weight : bold;
		font-style : italic;
		}
a:link		{
		color : #000099;
		}
a:visited	{
		color : #990099;
		}
a:active	{
		color : #000099;
		}
a:hover		{
		color : #FF0000;
		}
.ctr		{
		text-align: center;
		}
.smaller	{
		font-size : 0.75em;
		}
#Main	{
		margin-top: 20px;
		}
#Menu		{
		color : white;
		}
#Menu p	{
		text-align : center;
		}
#Menu a:link	{
		color : white;
		}
#Menu a:visited	{
		color : white;
		}
#Menu a:active	{
		color : white;
		}
#Menu a:hover	{
		color : red;
		}
#Menu td	{
		padding-left:8px;
		padding-right:8px;
		text-align:center;
		border-color:#ffffff;
		background-color:#3333cc;
		}
#Menu table	{
		margin-left:auto;
		margin-right:auto;
		}
table.content {
	border-width: 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.content th {
	border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: white;
	background-color: #ccddff;
	-moz-border-radius: 0px;
}
table.content td {
	border-width: 1px;
	padding: 4px;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border-style: outset;
	border-color: white;
	background-color: white;
	-moz-border-radius: 0px;
}