a 
{
	text-decoration: none;
	color: #669
}
a:hover
{
	text-decoration: underline;
	color: #669
}
a:visited
{
	color: #669
}

body, table, td, p
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background: #fff;
	margin: 0px;
}
/* This is the style for the header of the document */
#header .title h1
{
	font-size: 14pt;
	margin: 0px;
}
#header .title h1 a:hover
{
	text-decoration: none;
}
#header
{
	background-color: #666699;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff
}

#header .subtitle
{
	font-size: 8pt;
}
#header .actions
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 8pt;
}
#header a { color: #fff; }
#header .actions a { text-decoration: underline; }
#header .actions a:hover { text-decoration: none; }

/* This is the style for the content of the document */
#content {
		float:left;
		width:70%;
		background:#fff;
		border-right:1px dotted #669;
		margin-right:15px;
		padding-bottom:20px;
}
#content h2
{
	font-weight: bold;
	font-size: 10pt;
	color: #666;
	margin: 15px 5px 10px 5px;
	padding: 5px;
	border: 1px solid #c3c3c3;
}
#content h2 span
{
	font-size: 8pt;
	color: #c3c3c3;
}
#content img
{
	margin: 0px 0px 0px 10px;
}
#content .descr
{
	color: #333;
	margin: 5px 0px 10px 10px;
}
#content .info
{
	font-size: 8pt;
	color: #333;
	margin: 5px 0px 50px 10px;
}
#content .comment
{
	color: #333;
	margin: 5px 0px 10px 30px;
}
#content .commentInfo
{
	font-size: 8pt;
	color: #333;
	margin: 5px 0px 30px 30px;
}

/* This is the style for the footer of the document */
#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 300px 0px;
}
#footer .content
{
	background-color: #669;
	padding: 10px;
	color: #fff;
}
#footer .links
{
	padding: 10px;
	text-align: center;
}

/* This is the style for the right navigation of the document */
#sideNav
{
}
#sideNav .navList
{
	margin-top: 20px;
}
.groupTitle
{
	font-weight: bold;
	color: #fff;
	background-color: #669;
}


h1
{
	font-size: 12pt;
	font-weight: bold;
}

TABLE.bordered
{
    BORDER-TOP: #666 1px solid;
    BORDER-LEFT: #666 1px solid
}
TABLE.bordered TD
{
    BORDER-RIGHT: #666 1px solid;
    BORDER-BOTTOM: #666 1px solid
}
td.header
{
	font-weight: bold;
}

INPUT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial, helvetica, sans-serif
}
TEXTAREA
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial, helvetica
}
SELECT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial, helvetica, sans-serif
}
.error
{
	color: Red;
}
