BODY,TABLE, TR, P
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
    font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

P { 
    margin-top: 0em;
    margin-bottom: 1em;
}

A
{
	color: #FF0000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

A:link {
	color: #FF0000;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

A:hover {
    text-decoration: underline; 
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold;
}


ul {  
    margin-bottom: 0px;
    line-height: 17px;
    list-style-image: url(/assets/bullet.gif);
    list-style-position: outside;
    left: 10px;
}

ol {  
    padding: 0;
    margin: 0;
}


HR {
	height: 1px;
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin-top: .6em;
	margin-bottom: 0.6em;
}


.backgroundrepeat {
    background-repeat: repeat-x;
}

.backgroundrepeaty {
    background-repeat: repeat-y;
}

br {
	clear: left;
}


/*****TEXT*****/

.text {
 	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
    margin: 0 0.6em 0 0;

/*
    float: left;
    wrapping: wrap; 
*/
}


.textsmall {
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	text-align: left;
}

.textsmallindented {
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0px;
	text-align: left;
	margin: 0px 0px;
	padding: 7px 7px 7px 10px;
}


.title {
	font-family: arial, sans-serif;
	color: #666666;
	font-size: 14px;
	margin: 0px;
    font-weight: bold;
}


.copyright {
	font-family: arial, sans-serif;
	color: #B8A69A;
	font-size: 10px;
	text-align: left;
}




/***Links***/

/***Copyright***/


.copyrightlink {
    color: #B8A69A; 
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

.copyrightlink a:link { 
    color: #B8A69A; 
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
} 

.copyrightlink a:active {s
    color: #B8A69A; 
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

.copyrightlink a:visited { 
    color: #B8A69A; 
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
} 

.copyrightlink a:hover {
    color: #B8A69A; 
	font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
}



/***Linksmall***/

.linksmall {
	color: #FF0000;
	font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

.linksmall a:link { 
	color: #FF0000;
	font-size: 11px;
    text-decoration: none;
    font-weight: normal;
} 

.linksmall a:active {
	color: #FF0000;
	font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

.linksmall a:visited { 
	color: #FF0000;
	font-size: 11px;
    text-decoration: none;
    font-weight: normal;
} 

.linksmall a:hover {
	color: #FF0000;
	font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
}


/***Textlink***/

.textlink {
	color: #FF0000;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.textlink a:link { 
	color: #FF0000;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
} 

.textlink a:active {
	color: #FF0000;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.textlink a:visited { 
	color: #FF0000;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
} 

.textlink a:hover {
	color: #FF0000;
	font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

TD { 	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
    font-size: 12px;
	line-height: 16px;
	margin: 0px;
 } 
