@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: 11px;
	list-style-image: url(../images/securebullet.gif);
}

/* default link style */
a {
	color: #0092CF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0092CF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0092CF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0092CF;
	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(http://www.linus.com.au/images/bulletwhite.gif);
}

.SecureTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0092CF;
	border-bottom-color: #5F6062;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.SecureHeading {
	font-size: 12px;
	font-weight: bold;
	color: #0092CF;
}
.SecureHighlight {
	font-size: 12px;
	font-weight: normal;
	color: #0092CF;
}
.BoldNormal {
	font-weight: bold;
	color: #000000;
}

.SecureSubList {
	list-style-image: none;
	list-style-type: circle;
}

p {
    margin:0 0 15px 0;
 }
