/************* MAIN STYLES ***************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	text-align:left;
	}

.logo {
	padding-top: 10px;
	padding-bottom: 5px;
	}

.spacing {
	padding-top: 10px;
	}

.tabBg {
	background-image: url(../images/tab-bg-gray.gif);
	background-position:center;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat-x;
	}

.tabBorder {
	background: #e3e2df;
	height: 29px;
	width: 1px;

	}

.contentBg {
	background-image: url(../images/bg-gradient.gif);
	background-position:center;
	background-position:bottom;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	background-repeat: repeat-x;
	}

.box1-topleft{
	background-image: url(../images/box1-topleft.png);
	background-repeat:no-repeat;
	width: 6px;
	height: 9px;
	}
	
.box1-topcenter{
	background-image: url(../images/box1-topcenter.png);
	background-repeat:repeat-x;
	width: 279px;
	height: 9px;
	}

.box1-topright{
	background-image: url(../images/box1-topright.png);
	background-repeat:no-repeat;
	width: 18px;
	height: 9px;
	}

.box1-midleft{
	background-image: url(../images/box1-midleft.png);
	background-repeat:no-repeat;
	width: 6px;
	height: 147px;
	}
	
.box1-midcenter{
	background-image: url(../images/box1-midcenter.png);
	background-repeat:repeat-x;
	width: 279px;
	height: 147px;
	}

.box1-midright{
	background-image: url(../images/box1-midright.png);
	background-repeat:no-repeat;
	width: 18px;
	height: 147px;
	}

.box1-bottomleft{
	background-image: url(../images/box1-bottomleft.png);
	background-repeat:no-repeat;
	width: 6px;
	height: 9px;
	}
	
.box1-bottomcenter{
	background-image: url(../images/box1-bottomcenter.png);
	background-repeat: repeat-x;
	width: 279px;
	height: 9px;
	}

.box1-bottomright{
	background-image: url(../images/box1-bottomright.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 9px;
	}

.dots{
	background-image: url(../images/dots-hort-small.gif);
	background-repeat: no-repeat;
	background-position: center;
	}


/************* LINKS ***************/

a:link, a:visited {
	font-size:12px;
	color: #2faba5;
	text-decoration: none;
	}

a:hover, a:active {
	font-size:12px;
	color: #2faba5;
	text-decoration:underline;
	}

a.bold:link, a.bold:visited {
	font-size:12px;
	color: #2faba5;
	text-decoration: none;
	font-weight: bold;
	}

a.bold:hover, a.bold:active {
	font-size:12px;
	color: #2faba5;
	text-decoration:underline;
	font-weight: bold;
	}

a.tab:link, a.tab:visited {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

a.tab:hover, a.tab:active {
	font-size:12px;
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
	}

a.cloud:link, a.cloud:visited {
	font-size:11px;
	color: #666666;
	text-decoration: underline;
	line-height: 1em;
	}

a.cloud:hover, a.cloud:active {
	font-size:11px;
	color: #666666;
	text-decoration: none;
	line-height: 1em;
	}


/************* TEXT ***************/

.header1, .header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	font-weight: bold;
	}

.header1 {
	color: #cc6633;
	font-size: 16px;
	text-transform: capitalize;
}

.header2 {
	color: #666666;
	font-size: 12px;
	text-transform: capitalize;

	}

.text1 {
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;
	}

.text2 {
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
	}

.text3 {
	color: #cc6633;
	font-size: 11px;
	line-height: 1.5em;
	}

.text4 {
	color: #cc6633;
	font-size: 12px;
	}

.text5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}

.text6 {
	color: #676767;
	font-size: 12px;
	font-weight: bold;
	}	
	
.text7 {
	color: #333333;
	font-size: 13px;
	line-height: 1.5em;
	}

.text8 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	}

/************* FOOTER ***************/

.footerTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-black-gray.gif);
	background-position: center;
	background-position: top;
 	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color:#000000;
	line-height: 6em;
	padding-left: 5px;
	padding-top: 15px;
	background-repeat:no-repeat;
	}
