/*
Global styles - these are the styles attached to all pages
*/
/*
Global styles:
body - the style applied to the body of each page
td - the style applied to all table cells
p - the style applied to all paragraphs
a &amp; a:hover - the styles applied to links
*/
body
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
margin: 0px;
padding: 0px;
border: 0px;
width: 100%;
}
form
{
width: 100%;
background-image: url(../../Files/Template/RHP_B_Light.gif);
background-repeat: repeat-y;
}
#headerbar
{
background-image: url(../../Files/Template/THP_TM_Line.gif);
width: 850px;
margin: 0px;
padding: 0px;
clear: both;
}
#RHP_Logo
{
float: left;
}
#RHP_Curve
{
float: right;
padding: 0px;
}
#headerbar br
{
clear: both;
}
#contentbar
{
width: 850px;
clear: both;
}
#mainlinks
{
width: 170px;
float: left;
padding: 0px 0px 35px 0px;
}
#flags
{
margin-top: 10px;
text-align: center;
}
#flags a img
{
margin: 5px
}
#maincontent
{
width: 630px;
float: left;
padding: 5px 15px 25px 15px;
}
#footerbar
{
margin-top: 20px;
width: 850px;
clear: both;
background-image: url(../../Files/Template/RCT_Logo_Back.gif);
}
#footerbar img
{
float: right;
}
#footerbar br
{
clear: both;
}
td
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
}
p
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
}
a
{
text-decoration: none;
color: #c59f81;
font-weight: bold;
}
a:hover
{
text-decoration: underline;
color: #c59f81;
}
h1
{
font-size: 24px;
font-weight: bold;
}
h2
{
font-size: 18px;
font-weight: bold;
}
h3
{
font-size: 18px;
font-weight: bold;
font-style: italic;
}
h4
{
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}
/*
Auto scroll content
*/
#autoscroll
{
width: 100%;
height: 100%;
overflow: hidden;
}
#autoscrollinner
{
position: relative;
left: 0px;
top: 0px;
}


