/* Images */

img	{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */

/* New 0.3.7 */
input, select, option, textarea, checkbox
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	background-color: #FFF;
}

body
{
	background-color: #FFF;
	color: #595959;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
}

#td_cell_l
{
	margin: 0px;
	padding: 10px;
	border-color: #BFBFBF;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
}

#td_cell_r
{
	margin: 0px;
	padding: 10px;
	border-color: #BFBFBF;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none none;
}

#td_cell_lr
{
	margin: 0px;
	padding: 10px;
	border-color: #BFBFBF;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
}

#contact_info
{
	margin: 0px;
	padding: 10px;
}

#link_cell
{
	color: #FFF;
}

#link_cell a:link, #link_cell a:visited
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#link_cell a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

#link_cell a:active { 
	font-weight: normal;
	text-decoration: underline;
}

/* Lists */

ul {
	list-style-image: url("images/bullet.gif");
}

li
{
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

#small_list ul {
	list-style-image: url("images/bullet_sm_lt.gif");
}

#small_list li
{
	margin: 1px 0px 1px 0px;
	padding: 0px;
}

/* Links */

a:link, a:visited
{
	color: #4595E5;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #2E6399;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #2E6399;
	font-weight: normal;
	text-decoration : none;
}

/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 2px;
}