BODY
{
	margin: 0px;
	background: #EEEEEE;
}

TD, DIV
{
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #666666;
}

.rhsbackground
{
	background: url('images/rhs_background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.title
{
	font-size: 13px;    
    font-weight: bold;
}

.webdesign
{
	font-size: 11px;
    font-weight: bold;	
	color: #666666;
}

.download
{
	font-size: 11px;
    font-weight: bold;	
	color: #666666;
}

P
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/**********************************/
/************* LINKS **************/
/**********************************/
A
{
	font-family: arial, verdana, tahoma;
	font-size: 12px;
    color: #666666;
    text-decoration: none;
}

A:visited, A:active
{
    color: #666666;
}

A:hover
{
    color: #666666;
    text-decoration: underline;
}

A.webdesign
{
	font-family: arial, verdana, tahoma;
	font-size: 11px;
    font-weight: bold;	
    color: #666666;
    text-decoration: none;
}

A.webdesign:visited, A.webdesign:active
{
    color: #666666;
}

A.webdesign:hover
{
    color: #666666;
    text-decoration: underline;
}

/**********************************/
/************ BULLETS *************/
/**********************************/

LI
{
	font-family: arial;
	font-size: 12px;
	color: #414141;
	list-style-image: url("images/bullet.gif");
	padding-top: 0px;
}

/**********************************/
/************* INPUT **************/
/**********************************/

INPUT
{
	font-family: verdana, arial;
	font-size: 11px;

	width: 100%;
	height: 18px;
	border: 1px #000000 solid;
	background: #EEEEEE;
}

INPUT.tickbox
{
	width: 18px;
	height: 16px;
	border: 0px #000000 solid;
	background: #FFFFFF;	
}

/**********************************/
/*********** TEXTAREA *************/
/**********************************/

TEXTAREA
{
	font-family: verdana, arial;
	font-size: 11px;
	width: 100%;
	height: 54px;
	overflow: auto;
	border: 1px #000000 solid;	
	background: #EEEEEE;	
}

.large
{
	width: 100%;
	height: 105px;
}

/**********************************/
/************* IMAGE **************/
/**********************************/

IMG.border
{
	border: 1px #000000 solid;
}
