BODY
	{
    	MARGIN-TOP: 30px;
    	BACKGROUND-COLOR: #FDF2F6;
    	FONT-FAMILY: Verdana, Tahoma, Arial;
    	FONT-SIZE: 12px;
 	}
	
.navtable
	{
		BORDER-RIGHT: 1px solid #666666;
		BORDER-LEFT: 1px solid #666666;
		BORDER-TOP: 1px solid #666666;
		BACKGROUND-COLOR: #FFFFFF;
	}

.bodytable
	{
		BORDER-RIGHT: 1px solid #666666;
		BORDER-LEFT: 1px solid #666666;
		BORDER-BOTTOM: 1px solid #666666;
		BACKGROUND-COLOR: #fdf9eb;
	}

.innertable
	{
		padding: 20px;
	}

/***************************************************
HOME ELEMENTS
***************************************************/


/***************************************************
TEXT
***************************************************/



.body-small {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}
.body-regular {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.body-large {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
}
.header {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.sub-title {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}
.title {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
}
/***************************************************
LINKAGE
***************************************************/


A.linkage:link {
	text-decoration: none;
}
A.linkage:visited {
	text-decoration: none;
}
A.linkage:hover {
	text-decoration: underline;
}
A.linkage-white:link {
	text-decoration: none;
	color: #FFFFFF;
}
A.linkage-white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A.linkage-white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.linkage-grey:link {
	text-decoration: none;
	color: #999999;
}
A.linkage-grey:visited {
	text-decoration: none;
	color: #999999;
}
A.linkage-grey:hover {
	text-decoration: underline;
	color: #999999;
}
/***************************************************
IMAGE
***************************************************/

