/*
	***********************
	General page attributes
	***********************
	***********************
*/
body {
	background-color: #F2F2F2;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 32px;
	}
table {
	font-size: 10pt;
	}
a img {
	border: 0px solid #000000;
	}
.caption ul
{
	margin: 5px;
	margin-left: 17px;
}
li {
	list-style-type: square;
	}





/*
	********************
	Alignment attributes
	********************
	********************
*/
.align-left {
	text-align: left;
	}
.align-right {
	text-align: right;
	}
.float-left {
	clear: left;
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	}
.float-right {
	clear: right;
	float: right;
	margin-left: 7px;
	margin-bottom: 5px;
	}
.clear {
	clear: both;
	}
.clear-left {
	clear: left;
	}
.clear-right {
	clear: right;
	}





/* ***************** */
/* Border attributes */
/* ***************** */
/* ***************** */
.bord,
.bord-top,
.bord-toponly {
	border-top: 1px solid #FEF2F2;
	}
.bord,
.bord-top,
.bord-bottom {
	border-bottom: 1px solid #FEF2F2;
	}
.bord,
.bord-sides,
.bord-left {
	border-left: 1px solid #FEF2F2;
	}
.bord,
.bord-sides,
.bord-right {
	border-right: 1px solid #FEF2F2;
	}





/* *************************** */

/* Margin & padding attributes */

/* *************************** */
/* *************************** */
.no-mar {
	margin: 0px;
	}
.mar,
.mar-toponly,
.mar-top {
	margin-top: 5px;
	}
.mar,
.mar-top,
.mar-bottom {
	margin-bottom: 5px;
	}
.mar,
.mar-sides,
.mar-left {
	margin-left: 8px;
	}
.mar,
.mar-sides,
.mar-right {
	margin-right: 8px;
	}
.no-pad {
	padding: 0px;
	}
.pad,
.pad-top {
	padding-top: 5px;
	}
.pad,
.pad-bottom {
	padding-bottom: 5px;
	}
.pad,
.pad-sides,
.pad-left {
	padding-left: 8px;
	}
.pad,
.pad-sides,
.pad-right {
	padding-right: 8px;
	}





/* ******************* */

/* Hyerlink attributes */

/* ******************* */
/* ******************* */

a,
a:active,
a:link,
a:visited {
	color: #6C6C6C;
	text-decoration: none;
	}
a:hover {
	color: #6C6C6C;
	text-decoration: underline;
	}





/* ******************* */

/* Masthead attributes */

/* ******************* */
/* ******************* */
table.masthead tr.logo {
	padding-left: 7px;
	padding-bottom: 7px;
	}
table.masthead td.submenu {
	color: #CCCCCC;
	padding-left: 17px;
	padding-right: 17px;
	}




/* ************************* */

/* Bordered table attributes */

/* ************************* */
/* ************************* */
.white {
	background-color: #FFFFFF;
	}
.lightblue {
	background-color: #C5E6F4;
	}
.lightgrey {
	background-color: #F7EBEF;
	}
.t {
	background-image: url('/_img/_brdrs/bg_t.gif');
	}
.b {
	background-image: url('/_img/_brdrs/bg_b.gif');
	}
.l {
	background-image: url('/_img/_brdrs/bg_l.gif');
	}
.r {
	background-image: url('/_img/_brdrs/bg_r.gif');
	}





/*
	********************
	Hx & font attributes
	********************
	********************
	********************
*/

/*
	Section titles
	**************
	**************
*/
.title-grey
{
	background-color: #C7C7C7;
	background-image: url('/_img/_titles/grey_bg.gif');
}
.title-blue
{
	background-color: #7EBDD7;
	background-image: url('/_img/_titles/blue_bg.gif');
}
.title-green
{
	background-color: #7ED793;
	background-image: url('/_img/_titles/green_bg.gif');
}
.title-orange
{
	background-color: #E49600;
	background-image: url('/_img/_titles/orange_bg.gif');
}

/*
	Hx & font attributes
	********************
	********************
*/
.t1 {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	}
.t2,
.t3 {
	color: #E40000;
	}
.t2 {
	font-size: 12pt;
	font-weight: bold;
	}
.t3 {
	font-size: 10pt;
	font-weight: bold;
	}
.underline {
	border-bottom: 1px solid #E40000;
	}
.bg {
	color: #E40000;
	background-color: #ffffff;
	background-image: url('/_img/_titles/h2.bg.jpg');
	}
.bg2 {
	color: #E40000;
	background-color: #FFFCE9;
	}
.bg3 {
	color: #FF3232;
	background-color: #FFFEF5;
	}
.bg4 {
	background-color: #FFE0E0;
	}
.col
{
	background-color: #DCDCDC;
}
.col2
{
	background-color: #EEEEEE;
}
.col3
{
	background-color: #F7F7F7;
}
.small {
	font-size: 8pt;
	}
.med {
	font-size: 10pt;
	}
.large {
	font-size: 12pt;
	}
.price {
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	}
.large-price {
	color: #FF0000;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	}
.caption {
	padding: 4px;
}




/* *********************** */

/* Form & table attributes */

/* *********************** */
/* *********************** */
table.form th {
	text-align: right;
	}




/* ***************** */

/* Footer attributes */

/* ***************** */
/* ***************** */
div.footer {
	margin-top: 21px;
	}
div.footer table {
	color: #8C8C8C;
	font-size: 7pt;
	}