body {
	/* Box Properties */
	background: #D3B984;
	border:0px;
	margin:0px;
	
	/* Font Properties */
	font-family: Verdana,Arial,Helvetica,Geneva,san-serif;
}

td,p,ul,div,span {
	/* Font Properties */
	color: #7C7C7C;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}

li {
	list-style: inside url(/toolbox/presentation/assets/media/bullet.gif);
}

a:link,a:visited,a:active {
	/* Font Properties */
	color: rgb(80,71,102);
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	/* Font Properties */
	color: rgb(51,51,102);
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	text-decoration: underline;
}

a.white:link,a.white:visited,a.white:active {
	/* Font Properties */
	color: rgb(255,255,255);
}

a.white:hover {
	/* Font Properties */
	color: rgb(204,204,204);
	text-decoration: underline;
}

/* ---------- Form Elements ---------- */

input {
	/* Box Properties */
	background-color: rgb(255,255,255);
	padding-left: 3px;

	/* Font Properties */
	color: rgb(0,0,0);
	font: 11px;
}

textarea {
	/* Font Properties */
	color: rgb(0,0,0);
	font: 11px;

	/* Box Properties */
	background-color: rgb(255,255,255);
	padding-left: 3px;
}

select {
	/* Box Properties */
	background-color: rgb(255,255,255);
	padding-left: 3px;

	/* Font Properties */
	color: rgb(0,0,0);
	font: 11px;
	letter-spacing: 0px;
}

/* ---------- Text Classes ---------- */

.text-header {
	/* Font Properties */
	color: #505586;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
}

.text-subheader {
	/* Font Properties */
	color: #C7A578;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
}

.text-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
	line-height: 14px;
}

.text-dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515585;
	line-height: 14px;
}

.text-medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
	line-height: 14px;
}

.text-light {
	/* Font Properties */
	color: rgb(204,204,204);
}

.text-white {
	/* Font Properties */
	color: rgb(255,255,255);
}

.text-required {
	/* Font Properties */
	color: rgb(204,0,0);
}

.text-disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #885d29;
	line-height: 12px;
}

.trademark {
	/* Font Properties */
	color: rgb(51,51,51);
	font: 5px;
	vertical-align:top;
}

/* ---------- Other Definitions ---------- */

ul.no-indent {
	margin-left: -25px;
}

/* ---------- From Old Stylesheet ---------- */
.form-text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 1px 1px 1px 3px;
	color: #000000;
}
.form-select {
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 1px 1px 1px 3px;
	color: #000000;
}
.form-textarea {
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 1px 1px 1px 1px;
	color: #000000;
	scrollbar-base-color: FFFFFF;
	scrollbar-track-color: F6F9F8;
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: 195685;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-shadow-color: D1D7D9; 
	scrollbar-arrow-color: 195685;
}
.form-button {
    font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #CCCCCC;
	border: 1px solid #666666;
	cursor: hand;
}
.fieldset {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #666666;
}
.form-legend {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 2px;
	font-weight : bold;  
	color : #195685; 
}
.form-label {
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.scroll {
	border-right: #666666 0px solid;
	padding-right: 0px;
	background-position: 0% 50%;
	border-top: #666666 0px solid;
	padding-left: 2px;
	background-attachment: scroll;
	padding-bottom: 2px;
	overflow: auto;
	border-left: #666666 0px solid;
	padding-top: 2px;
	border-bottom: #666666 0px solid;
	background-repeat: repeat;
	scrollbar-base-color: FFFFFF;
	scrollbar-track-color: F6F9F8;
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: 195685;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-shadow-color: D1D7D9; 
	scrollbar-arrow-color: 195685;
}