a:link,a:visited {
	color:			rgb(0,0,150);
	text-decoration:	none;
	font-weight:		bold;
}

a:hover {
	text-decoration:	underline;
}

body {
	margin:			0px;
	font-family:		Arial;
	font-size:		10pt;
	background:		rgb(220,220,220);
	background-image:	url('../media/bg.jpg');
	background-repeat:	repeat-y;
	background-position:	center;
}

table {
	font-family:		Arial;
	font-size:		10pt;
}

td {
	vertical-align:		top;
}

div.container {
	width:			720px;
	background:		rgb(255,255,255);
	padding:		3px;
}




td.maintitle {
	font-size:		20pt;
	font-weight:		bold;
	color:			rgb(68,62,197);
	padding-top:		10px;
}

td.catchline {
	font-size:		10pt;
	color:			rgb(128,128,128);
	font-style:		italic;
	font-weight:		bold;
	padding-left:		10px;
	padding-bottom:		15px;
}

td.freephone {
	font-size:		12pt;
	color:			rgb(240,140,40);
	text-align:		right;
	font-weight:		bold;
	padding-top:		10px;
}

td.topmenuthis {
	height:			25px;
	text-align:		center;
	vertical-align:		middle;
	border-top:		1px solid rgb(190,190,190);
	border-bottom:		1px solid rgb(190,190,190);
	border-right:		1px dashed rgb(190,190,190);
	background:		rgb(240,140,40);
	color:			rgb(68,62,197);
	font-weight:		bold;
	font-size:		9pt;
	cursor:			hand;
	font-variant:		small-caps;
}

td.topmenu {
	height:			25px;
	text-align:		center;
	vertical-align:		middle;
	border-top:		1px solid rgb(190,190,190);
	border-bottom:		1px solid rgb(190,190,190);
	border-right:		1px dashed rgb(190,190,190);
	background:		rgb(255,255,255);
	color:			rgb(240,140,40);
	font-weight:		bold;
	font-size:		9pt;
	cursor:			hand;
	font-variant:		small-caps;
}

td.sidemenu {
	height:			25px;
	text-align:		center;
	vertical-align:		middle;
	border-top:		1px solid rgb(190,190,190);
	border-bottom:		1px solid rgb(190,190,190);
	background:		rgb(255,255,255);
	color:			rgb(240,140,40);
	font-weight:		bold;
	font-size:		9pt;
	cursor:			hand;
	font-variant:		small-caps;
}

td.topmenuspacer {
	border-top:		1px solid rgb(190,190,190);
	border-bottom:		1px solid rgb(190,190,190);
	background:		rgb(255,255,255);
	cursor:			default;
}

td.pics {
	padding-top:		10px;
}

td.quotes {
	padding-left:		5px;
	padding-right:		15px;
}

div.quote {
/*
	border:			1px solid rgb(190,190,190);
	background:		rgb(240,240,240);*/
	font-size:		9pt;
	font-weight:		bold;
	padding:		3px;
}

td.section {
	background:		rgb(240,240,240);
	padding:		3px;
}

td.footer {
	border-top:		1px dashed rgb(190,190,190);
	padding-top:		3px;
	font-size:		8pt;
}



.right {
	text-align:		right;
}