/***************************************************
HOME ELEMENTS
***************************************************/
body, td, th {
	text-align:left;
	}


/***************************************************
SMALL BODY TEXT
***************************************************/


.smallfont {
	font-size: 11px;
	font-weight:normal;
	}

.smallfontdouble {
	font-size: 11px;
	line-height: 18px;
	font-weight:normal;
	}


/***************************************************
REGULAR BODY TEXT
***************************************************/

.regularfontdouble {
	font-size: 12px;
	line-height: 20px;
	font-weight:normal;
	}

/***************************************************
IMAGE
***************************************************/



/***************************************************
LARGE BODY TEXT
***************************************************/


.largefont {
	font-size: 13px;
	font-weight:normal;
	}
	
.largefontdouble {
	font-size: 13px;
	line-height: 22px;
	font-weight:normal;
	}


/***************************************************
TITLE TEXT
***************************************************/


.title {
	font-size: 22px;
	padding-bottom: 10px;
	font-weight:normal;
	}
	
.header {
	font-size: 16px;
	line-height: 20px;
	}


/***************************************************
BULLETS
***************************************************/

.bulletlrgoff {
	list-style-image:url(../assets/bullet_lrg_off.gif);
	line-height:225%;
	}
	
.bulletlrgon {
	list-style-image:url(../assets/bullet_lrg_on.gif);
	line-height:225%;
	}
	
.bulletsmloff {
	list-style-image:url(../assets/bullet_sml_off.gif);
	line-height:225%;
	}
	
.bulletsmlon {
	list-style-image:url(../assets/bullet_sml_on.gif);
	line-height:225%;
	}

/***************************************************
LINKAGE
***************************************************/

A.linkagenodecor:link {
	text-decoration: none;
	}
	
A.linkagenodecor:visited {
	text-decoration: none;
	}
	
A.linkagenodecor:hover {
	text-decoration: underline;
	}

A.linkagewhite:link {
	text-decoration: none;
	color: #ffffff;
	}

A.linkagewhite:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
A.linkagewhite:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
	
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
	

/***************************************************
MENU
***************************************************/

.linkoff {
	color:#513e24;
	}
	
.linkon {
	color:#035d5a;
	}
