/* Presentation Stylesheet */ 
address
{
	font-size:	80%;
}

table
{
   margin:  auto;
}

th
{
   background: #dcdcdc;
   color:      #000000;
}

td
{
	border: 1px solid black;
	border-left:   0;
	border-right:  0;
	margin:        0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

a
{
   text-decoration:  none;
   font-weight:      bold;
	color:            #000099;
}

a:hover
{
	text-decoration:  underline;
}

h1
{
   font-family:	Arial, Serif;
   text-align: 	center;
}

h2
{
   font-family:	Arial, Serif;
}

h3
{
   font-family:	Arial, Serif;
}

h4 
{
   font-family:	Arial, Serif;
   margin:		0; 
   padding: 	5px 0;
}


#rh-col td
{
	padding-right: 2em;
}

#title
{
	text-align: right;
	color:      #000099;
	color:	#ffffff /* sky blue */
}

#lh img
{
	border:  none;
}

form.google label
{
display:	none;
}

