/*
	Main Tags Styles
*/
html,body {
	background-color: #f2f2f2;
	background-image: url(../imgs/page_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
	line-height: 17px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
	line-height: 17px;
	text-align:left;
}

table,img {
	border: 0px;
}

ul {
	list-style-image: url(../imgs/bullet.gif);
	list-style-type: circle
}

a:link {
	color: #58a327;
	text-decoration: none;
}

a:visited {
	color: #58a327;
	text-decoration: none;
}

a:hover {
	color: #58a327;
	text-decoration: underline;
}

a:active  {
	color: #58a327;
	text-decoration: none;
}

h1 {
	color: #f25412;
	font-size: 22px;
}

h2 {
	/* font-family: "Arial Narrow"; */
	color: #f25412;
	font-size: 18px;
}

h3 {
	color: #f25412;
	font-size: 14px;
}

h4 {
	color: #f25412;
	font-size: 12px;
}

hr {
	color: #d8d8d8;
	height: 1px;
	background-color: #d8d8d8;
	border: #ffffff;
}

form {
	margin: 0px;
}



/*
	General Styles
*/
.footer12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bd {
	font-weight: bold;
}

.sm {
	font-size: 10px;
}

.smBd {
	font-size: 10px;
	font-weight: bold;
}

/*
	Blocks Styles
*/

/* 1 COLUMN */
.oneColBlock {
	padding: 25px;
	width: 810px;
}
.oneColBlockInt {
	width: 760px;
}

/* 2 COLUMNS */
.twoColBlockLeft {
	padding: 0px 25px 25px 25px;
	width: 560px;
}
.twoColBlockIntLeft {
	width: 510px;
}

.twoColBlockRight {
	padding: 0px 17px 25px 0px;
	width: 250px;
}
.twoColBlockIntRight {
	width: 233px;
}

/* 3 COLUMNS */
.threeColBlockLeft {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntLeft {
	width: 210px;
}

.threeColBlockMiddle {
	padding: 15px;
	width: 550px;
}
.threeColBlockIntMiddle {
	width: 520px;
}

.threeColBlockRight {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntRight {
	width: 210px;
}

/*
	Breadcrumbs
*/
#breadcrumbs {
	text-align: right;
	margin-right: 10px;
}

img.bcSeparator {
	border: 0px;
	margin: 0px 4px;
}

.breadcrumb {
	font-weight: bold;
	color: #666666;
}

.breadcrumb2 {
	font-weight: bold;
	color: #666666;
}

a.bc:link {
	color: #7b6a5a;
	text-decoration: none;
}

a.bc:visited {
	color: #7b6a5a;
	text-decoration: none;
}

a.bc:hover {
	color: #7b6a5a;
	text-decoration: underline;
}

a.bc:active  {
	color: #7b6a5a;
	text-decoration: none;
}


/*
	Anchor Styles
*/

a.gr:link {
	color: #666666;
	text-decoration: none;
}

a.gr:visited {
	color: #666666;
	text-decoration: none;
}

a.gr:hover {
	color: #666666;
	text-decoration: underline;
}

a.gr:active  {
	color: #666666;
	text-decoration: none;
}


/*
	Boxes Styles
*/
#greenBox table {
	padding: 0px 10px;
}

#greenBox td {
	color: #ffffff;
}

#greenBox a:link { color: #96c577; text-decoration: none; }
#greenBox a:visited { color: #96c577; text-decoration: none; }
#greenBox a:hover { color: #96c577; text-decoration: underline; }
#greenBox a:active { color: #96c577; text-decoration: none; }



#orangeBox table {
	padding: 0px 10px;
}

#orangeBox td {
	color: #ffffff;
}
