/* INPUT BOX FONT & SIZE */
.input {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
}

/* ALINK */
a.alink, a:active.alink {
	font-weight : normal;
	text-decoration: none;
	color : #b54640;
}

a:hover.alink, a:visited:hover.alink {
	font-weight : bold;
	text-decoration: underline;
	color : #b54640;
}

/* HDLINK */
a.hdlink, a:active.hdlink {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFFFFF;
}

a:hover.hdlink, a:visited:hover.hdlink {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
	color : #FFFFFF;
}

/* LINK */
a.link, a:active.link {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000000;
}

a:hover.link, a:visited:hover.link {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #000000;
}

.linkoff {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #333333;
}

/* MORE | GO | VIEW | LOGIN LINK */
a.more {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
	color : #000000;
}

a.moreb {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
	color : #000000;
}

.carrot {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000000;
}
.arialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.arialTextBig {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.arialTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.arialTextMid {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.arialTextSBig {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;

}

.verdana {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
}

li { 
	list-style-image: url(images/bullet.gif);
}

p { text-indent : 10px; 

}


p {padding-right: 15px; padding-left: 15px; }  


