.content {
	font: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.header {
	font: Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:LINK {
	color : #781E1E;
}

A:VISITED {
	color: #666666;
}

A:HOVER {
	color: #000000;
}

A:link img {
	border-color: #781E1E;
}

A:visited img {
	border-color: #666666;
}

A:hover img {
	border-color: #000000;
}

P {
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
}

UL.twitter {
	list-style: square;
	list-style-position: outside;
	list-style-type: square;
	font-size: smaller;
}

LI {
	padding-top: 0px;
	padding-bottom: 5px;
}

.caption {
	font: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.quicklink {
	font: Arial, Helvetica, sans-serif;
	font: bold;
	font-size: xx-small;
	border-left : 1px dotted Black;
	border-right : 1px dotted Black;
	border-bottom : 1px dotted Black;
}

.error {
	font-weight : bold;
	color : Red;
}

.SessionHeading {
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
}

.ln_bg_photo {
	background-image: url(images/ln_bg_photo.jpg);
	background-repeat : no-repeat;
}

.ln_bg_stripe {
	background-image: url(images/ln_bg_stripe.gif);
	background-repeat : repeat-y;
}

TD.ln_button {
	border : 1px solid Black;
}

A.ln_button {
	font-family: Ariel, Helvetica, Sans-Serif;
	font : bold;
	font-stretch : condensed;
	text-decoration : none;
	color : Black;
}

.DYK {
	border : dotted  #009CFF; 
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 5px;
	margin-bottom : 20px;
	text-align: center;
	font-size: smaller;
	background-color: #E8EEF7;
}

.DYK_header {
	font-weight: bolder;
	text-decoration: underline;
	
}

.QuickLinkForm {
	font-size : xx-small;
	font-family : sans-serif;
	height: 15px;
}

.QuickLinkSubmit {
	font-size : xx-small;
	font-family : sans-serif;
	height: 18px;
}

.clientheader {
	font-weight : bold;
	color: #0063CE;
	text-transform: uppercase;
}

.clienttext {
	text-indent : 20px;
	padding-left: 20px;
	padding: 20px;
}

A:LINK.client {
	color: #000000 ;	
}