body {
	margin				: 0px 0px 0px 0px;
	background-color 	: #ffffff;
	}
	


/* links */

A:link{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #666;
	text-decoration	: none;
	font-weight		: bold;
}

A:visited{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #666666;
	text-decoration	: none;
	font-weight		: bold;
}

A:hover{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #33014f;
	text-decoration	: underline;
	font-weight		: bold;
}

A:active{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #999999;
	text-decoration	: none;
	font-weight		: bold;
}
	


/* type styles */

p{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 12px;
	line-height		: 18px;
	font-style		: normal;

}

p.pr2{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: bold;
	font-size		: 12px;
	line-height		: 18px;
	font-style		: normal;
	padding			: 0 0 0 30px;

}

.body1{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 12px;
	line-height		: 18px;
	font-style		: normal;

}

.body2{
	font-family		: "Trebuchet MS", verdana, geneva, arial, "sans serif";
	color			: #33014f;
	font-weight		: normal;
	font-size		: 17px;
	line-height		: 23px;
	font-style		: italic;
}

.body3{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 12px;
	line-height		: 18px;
	padding			: 3px 0 15px 0;
}

.head1{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #637749;
	font-weight		: bold;
	font-size		: 15px;
	line-height		: 22px;
}

.head2{
	font-family		: "Trebuchet MS", verdana, geneva, arial, "sans serif";
	color			: #000;
	font-weight		: normal;
	font-size		: 20px;
	line-height		: 30px;
}

.footer{
	font-family		: arial, verdana, geneva, "sans serif";
	color			: #000;
	font-weight		: normal;
	font-size		: 9px;
	line-height		: 12px;
	text-align		: center;
}
	


/* tables-tr-td */

table.white {
	background-color : #ffffff;
}

table.dkpurple {
	background-color : #33014f;
}

table.ltpurple {
	background-color : #5f2380;
}

tr.green2 {
	background-color : #bbce99;
}

table.insetL {
	margin-right		: 20px;
	margin-bottom		: 10px;
}

table.insetR {
	margin-left			: 20px;
	margin-bottom		: 10px;
}


/* rules */

hr.gray {
	background		: #ccc;
	color			: #ccc;
	height			: 1px;
	border			: 0px;
	width			: 600;
}

#headline {
	width			: 600px;
	text-align		: left;
	border-bottom	: 1px dotted #a1a5a9;
}

#main {
	width			: 600px;
	text-align		: justify;
}

.pr{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #666666;
	font-weight		: bold;
	font-size		: 10px;
	line-height		: 18px;
	letter-spacing	: 2px;
	padding			: 20px 0 0 0;
}

td.navbarL {
	background-image	: url('images/int_left_bar.jpg');
	background-repeat	: repeat-y;
}

td.navbarR {
	background-image	: url('images/int_right_bar.jpg');
	background-repeat	: repeat-y;
}

