body 
{
	font-family: century gothic, Arial, Verdana;
	font-size:13px;
}

.frame
{ 
    overflow-x: hidden; 
    overflow-y: scroll; 
} 

.standard
{
   font-family: 'century gothic', Arial, Verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;
	vertical-align:top;
}

.title
{
   font-family: 'century gothic', Arial, Verdana;
	font-size:46px;
	color:#000000;
   vertical-align: bottom;
}

.subtitle
{
   font-family: 'century gothic', Arial, Verdana;
	font-size:26px;
	color:#7b0068;
   vertical-align: bottom;
}

.subject
{
   font-family: 'century gothic', Arial, Verdana;
	font-size:14px;
	color:#000000;
	background-color:#66dfda;
   vertical-align: middle;
}

.previous_next
{
   font-family: 'century gothic', Arial, Verdana;
	font-size:14px;
	color:#000000;
	background-color:#66dfda;
	text-align:center;
   vertical-align: middle;
	cursor:pointer;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:active
{
	text-decoration:none;
	color: #000000;
}

a:hover
{
	text-decoration:underline;
}

.button
{
    font-family: century gothic, Trebuchet MS, Verdana;
    font-size: 11px;
	 background-color:#000000;
    color: white;
    border:	solid 1px #FFFFFF;
    cursor: pointer;
}

.hidden_textfield
{
    font-family: century gothic, Trebuchet MS, Verdana;
    font-size: 13px;
    color: #000000;
    border:	solid 1px #FFFFFF;
		text-align:center;
    width: 500px;
}

.textfield
{
    font-family: century gothic, Trebuchet MS, Verdana;
    font-size: 11px;
    color: black;
    border:	solid 1px #FFFFFF;
    height: 19px;
    width: 150px;
    padding: 2px;
}

.browse
{
    font-family: century gothic, Trebuchet MS, Verdana;
    font-size: 11px;
    color: black;
    border:	solid 1px #3B6489;
    height: 22px;
    padding: 3px;
}

.textarea
{
	font-size: 11px;
	font-family: century gothic, Trebuchet MS, Verdana;
	border:	solid 1px #3B6489;
	width: 300px;	
	height: 140px;
}

.dropdown
{
    font-family: century gothic, Trebuchet MS, Verdana;
    font-size: 11px;
    color: black;
    border:	solid 1px #3B6489;
    background-color: #FFFFFF;
    padding-left: 4px;
}