/*

Authored by Alex MacLeod of Underdog Ltd. 12/2007

//////////////////////////////////////////////////
//            		ABSTRACT					//
//////////////////////////////////////////////////

This stylesheet should ONLY be used for the content
styles of the sites, this is because all of the 
classes and styles in this document are included
into the CMS HTML WYSIWYG editor fields.

DO NOT PUT OTHER STYLES IN HERE.

Also please make sure all content styles are cross
platform validated.

//////////////////////////////////////////////////
//            		   WOOF						//
//////////////////////////////////////////////////
*/

*{ 
color:#575B5C;
font-size:13px;
font-family:arial,helvetica,verdana,sans;
line-height:1.4em;
/*margin:0;
padding:0;*/
text-align:justify;
}

 /*normal a link */
a {
background-color:transparent;
color:#DB2768;
font-style:normal;
text-decoration:underline;
}

/*normal a link */
a:hover { 
background-color:black;
color:#ff0492;
text-decoration:none;
}

/*bold */
b, strong {color:#DB2768;}


/*list */
ul {
	margin-left: 0;
	padding-left:15px!important;padding-left:20px;	
}

ul li {
	padding: 2px 0 5px 0;
	list-style-image:url(../img/litab/dot.gif);
}