@charset "utf-8";

body {

	background-image: url(../images/gradient_background.gif);

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family: Tahoma;

	font-size: 12px;

	list-style-image: url(../images/linuseyebullet.gif);

}



/* default link style */

a {

	color: #C80850;

	text-decoration: none;

	font-weight: bold;

}

a:visited {

	color: #C80850;

	text-decoration: none;

	font-weight: bold;

}

a:active {

	color: #C80850;

	text-decoration: none;

	font-weight: bold;

}

a:hover {

	color: #C80850;

	text-decoration: underline;

	font-weight: bold;

}



/*footer link style*/

.footer {

	font-size:10px;

	color: #FFFFFF;

	font-weight: normal;

}

.footer a {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}

.footer a:visited {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}

.footer a:active {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}

.footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: normal;

}



/*box style*/

.box{

	font-size:11px;

	color: #FFFFFF;

	text-indent: 3mm;

}

.box a {

	color: #FFFFFF;

	text-decoration: none;

}

.box a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

.box a:active {

	color: #FFFFFF;

	text-decoration: none;

}

.box a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

.BoxList {

	color: #FFFFFF;

	list-style-image:url(../images/bulletwhite.gif);

}



.LinusTitle {

	font-size: 16px;

	font-weight: bold;

	color: #C80850;

	border-bottom-color: #5F6062;

	border-bottom-style: dotted;

	border-bottom-width: thin;

}

.LinusHeading {

	font-size: 14px;

	font-weight: bold;

	color: #C80850;

}

.LinusHighlight {

	font-weight: normal;

	color: #C80850;

}

.BoldNormal {

	font-weight: bold;

	color: #000000;

}



.LinusSubList {

	list-style-image: none;

	list-style-type: circle;

}



p {

    margin:0 0 15px 0;

 }

