/* ///////////////////  */
/* / Custom  Styles  /  */
/* ///////////////////  */

* {
	font-family: verdana, lucida, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
}

.hide_this {display: none}

.c_org {color: #f30}
.c_red {color: #f00}
.c_grn {color: #008000}
.c_yel {color: #ffc}

#content {	
	margin-left: 10px;
	padding-left: 10px;
}
#content, #content * {
	line-height: 1.7em;
}


.jloopBlue {
	color: #00CCFF;
	font-weight: bold;
}
.jloopBlue a:link, .jloopBlue a:hover {
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
}

.jloopGreen {
	color: #99CC00;
	font-weight: bold;
}
.jloopGreen a:link, .jloopGreen a:hover {
	color: #99CC00;
	text-decoration: underline;
	font-weight: bold;
}

.jloopGrey {
	color: #666666;
	font-weight: bold;
}
.jloopGrey a:link, .jloopGrey a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

.1pxBorder {
	border: 1px solid #CDCBCC;
}

table.blue-border {
	width: 548px;
	margin-bottom: 25px;
	border: 1px solid #7EA9C9; 
	}
	
table.blue-border td {
	padding: 3px 5px; 
	vertical-align: top;
	}
	
table.blue-border .alt td { background-color: #CCE1F2; }
