﻿body
{
    color: #666666;
    font-size: 12px; 
	color: #464646; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;	
}

h1
{
    font-weight: bold; 
    font-size: 30px; 
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-weight: bold; 
	font: 18px; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h3
{
	font-size: 16px; 
	color: #333333; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h4
{   
    color: #333333;  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;     	
}

a:link, a:active
{
    color: #000;
    text-decoration: none;
}

a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select, textarea, input, button
{
    font-family: Arial, Helvetica;
}

table
{
    empty-cells: show;
}

hr
{
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	background-color: transparent;
	height: 0;
}

p
{
    margin: 0px 0px 12px 0px;
}

object, embed
{
    z-index: 0;
}


.abstract
{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.example
{
	border-bottom:#999 1px dotted;
	border-left:#999 1px dotted;
	border-right:#999 1px dotted;
	border-top:#999 1px dotted;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:40px;
	padding:20px;
}

.focus
{
	background-color:#f4f4f4;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-top:#ccc 1px solid;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:40px;
	padding:20px;
}

.topRightContentImage
{
    float: right;
    margin: -33px -10px 0 0;
}
