body	{
	margin: 0px auto;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	background: #333333 url(../images/permanent/back_nav.gif) left top repeat-x;
	}
	
a:link {color: #00CCCC; text-decoration: none;} 
a:visited {color: #00CCCC; text-decoration: none;}
a:hover {color: #00FFFF; text-decoration: underline;}
a:active {color: #00FFFF; text-decoration: underline;}


/*		------ Text ------		*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	color:#333;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCC;
	list-style-image: url(../images/permanent/bullet_square.gif);
	text-align: justify;
}

.textBigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
}

.textBiggerWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}

.textNoJust {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCC;
	list-style-image: url(../images/permanent/bullet_square.gif);
}

.textSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;

}

.capssmallGrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
}

.line {
	background-attachment: fixed;
	background-image: url(../images/mailing/line.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center;
	height: 20px;


}

/* Form */

.textField {
 	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
 	color: #FFF;
	border: 1px solid #000;
	height: 16px;
	font-size: 11px;
	padding-left: 3px;
}

.textArea {
 	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
 	color: #FFF;
	font-size: 10px;
	padding-left: 3px;
	border: 1px solid #000;
}

/* boxes */

.box {
	padding: 40px;
	padding-bottom: 0px;
}

.bottom {
	background-attachment: fixed;
	background-image: url(../images/permanent/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height:21px;
}
