/* -----------------------------------------------------------------------------------------
General Rules
--------------------------------------------------------------------------------------- */
* 
{
margin: 0px;
padding: 0px;
}
body
{
font-family: Arial, Geneva, sans-serif;
/*	color: #575757; */
color: #000000; 
background-color: #FFFFFF;
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
a:link
{
color: #000099;
}
a:active
{
color: #FF0000;
}
a:visited
{
color: #663366;
}
img
{
border: 0px;
}
acronym 
{
cursor: help;
}
h1
{
border-bottom: 1px solid #CCCCCC;
color: #DC1736;
font-size: 150%;
font-weight: normal;
margin: 0px 0px 10px;
padding: 0.5em 0px;
}
h2
{
font-size: 90%;
font-weight: bold;
margin: 0px;
}
/* -----------------------------------------------------------------------------------------
Heading
--------------------------------------------------------------------------------------- */
#heading
{
background-position: left top;
background-repeat: no-repeat;
border-bottom: 1px dotted #CCCCCC;
font-size: 70%;
height: 45px;
text-align: right;
}
#heading img
{
vertical-align: middle;
}
#heading a:link,
#heading a:visited,
#heading a:focus
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
#heading a:hover
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
#heading a:active
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
/* -----------------------------------------------------------------------------------------
Page Contents
--------------------------------------------------------------------------------------- */
#page p
{
font-size: 80%;
margin: 10px 0px 0px;
}
#page p.buttons
{
text-align: right;
margin: 0px;
}
#page a:link,
#page a:visited,
#page a:focus
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
#page a:hover
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
#page a:active
{
color: #333333;
text-decoration: none;
border-bottom: dotted 1px #666666;
}
#page ol, ul
{
font-size: 80%;
list-style-position: inside;
padding-left: 20px;
}
/* -----------------------------------------------------------------------------------------
Footers
--------------------------------------------------------------------------------------- */
#footers
{
background: url(/help/furniture/images/aon_footer_640px.gif) repeat-x left top;
clear: both;
color: #4E4E4E;
font-size: 80%;
padding: 20px 0px 30px;
position: relative;
top: 50px;
}
#footers p
{
line-height: 1.2em;
padding-bottom: 1.5em;
}
#footers a:link,
#footers a:visited,
#footers a:focus
{
color: #4E4E4E;
text-decoration: underline;
}
#footers a:hover
{
color: #4E4E4E;
text-decoration: underline;
}
#footers a:active
{
color: #4E4E4E;
text-decoration: underline;
}
/* -----------------------------------------------------------------------------------------
Misc Classes
--------------------------------------------------------------------------------------- */
.dark
{
color: #474747;
font-weight: bold;
}
p.toplink
{
text-align: right;
padding-right: 15px;
background-image: url(/help/furniture/images/ain_bluearrow_up.gif);
background-repeat: no-repeat;
background-position: top right;
}
/* ------------------------------------------------------------------
Text Align for SmartClient Workaround
---------------------------------------------------------------------*/
p.left
{
text-align: left;
}
p.right
{
text-align: right;
}
p.center
{
text-align: center;
}
