
/*========================================================*/
/*       Cascading Style Sheet for QMASTOR Limited        */
/*                   by Craig Moylan                      */
/*========================================================*/

/* HTML style */
html
{
	width: 100%;
	height: 100%;
}
/* Body style */
body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font: normal 11px Verdana,Arial,Helvetica;
	color: #484848;
	line-height: 15px;
}

.MainHead 
{
	font: bold 13px Verdana,Arial,Helvetica;
	color: #06688C;
	text-align: left;
}

/* Catch-all for <p> tags, browser differences */
p 
{
	margin-top: 0px;
}

/* Catch-all to ensure text consistency */
table, tbody, tr, td, p, div 
{
	font: normal 11px Verdana,Arial,Helvetica;
	vertical-align: top;
	color: #484848;
	line-height: 15px;
}

img
{
	border: 0px;
}

/* Default link syle */
a:link, a:visited {
	color: #06688C;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

ul li   
{
	list-style-image: url(li.gif);
}

hr 
{
	color: #484848; 
	background-color: #FFFFFF; 
	border: 2px dotted #CACABE; 
	border-style: none none dotted; 
	height:1pt;
    text-align:left;
}