
/* Text Styles */

p.title
{
	font-size: 15px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	margin-top: 15px;
}

p.main
{
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
	font-weight: normal;
	font-family: verdana;
	margin-right: 20px;
}

p.side
{
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	font-family: verdana;
	margin-left: 20px;
}


/* Link Styles */

a.page
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* Other Styles */

ul
{
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
	font-weight: normal;
	font-family: verdana;
	margin-top:-15px;
}

ol
{
	font-size: 12px;
	line-height: 15pt;
	color: #000000;
	font-weight: normal;
	font-family: verdana;
	margin-top:-15px;
}

select
{
    background-color:#ffffff; 
	border-style:1px; 
	font-size: 12px; 
	color:#000000; 
	font-family: verdana; 
}

textarea
{
    border-right: #000000 1px solid; 
    border-top: #000000 1px solid; 
    font-size: 11px; 
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    color: #000000; 
    font-family: Verdana; 
    background-color: #ffffff;
}

input.textbox
{
    border-right: #000000 1px solid; 
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    font-size: 11px; 
    color: #000000; 
    font-family: Verdana; 
    background-color: #ffffff;
}

select
{
    border-right: #000000 1px solid; 
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    font-size: 11px; 
    color: #000000; 
    font-family: Verdana; 
    background-color: #ffffff;
}

