/* CSS Document */
Body {
background-color: #FFFFFF;
background-image:url('');
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:;
}

a:link
{
color: #000000;
text-decoration: underline;
}
 
a:hover 
{
color: #2A5CB2;
text-decoration: none;
}

a:active 
{
color: #2A5CB2;
text-decoration: none;
}

a:visited
{
color: #000000;
text-decoration: underline;
}

a:visited:hover 
{
color: #2A5CB2;
text-decoration: none;
}

/* Header */
.HeaderTable {
background-color:#4272AC;
}

/* Navigation Side*/
.NavTable
{
background-image:url(/images/leftsideabstract161.jpg);
}

a.SideLink:link
{
color:#0E3150;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.SideLink:hover 
{
color:#D82E5B;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.SideLink:active
{
color:#0E3150;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.SideLink:visited
{
color:#0E3150;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.SideLink:visited:hover
{
color:#D82E5B;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.tHeading 
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #FFFFFF; 
font-weight: bold;
background-color: #0E3150;
}

/* Content */

.ContentTable {
	border: thin none #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

.ContentLeft {
border-left: none; 
border-right: 1 solid #cccccc; 
border-top: none; 
border-bottom: none;
}

.ContentRight {
border-left: none; 
border-right: none; 
border-top: none; 
border-bottom: none;
}

.ContentRight a:link {
text-decoration: underline;
}

.ContentRight a:hover {
text-decoration: underline overline;
}

.ContentRight a:visited {
text-decoration: underline;
}
.footnote {
	font-size: 10px;
}
.smallbold {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ContentTableBold {
	border: thin none #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

