/*  master.css
    Master Cascading Style Sheet for artscene.com
    
    Revision history:
	03jan06 - created
 */
body{
	margin : 0px;
	}


body{
	background-color : #ffffff;
	}


body.art{
	background-color : #66CCFF;
	}


p{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	margin-top: 5px;
	}


td{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

a:active{
	color : #69c;
	}
	
a.footer:active{
	color : #69c;
	}


a:link{
	color : #FFFFFF;
	}

a.footer:link{
	color : #5966C5;
	}

a:visited{
	color : #ffffff;
	}

a.footer:visited{
	color : #5966C5;
	}

a.art:link{
	color : #000066;
	}

a.art:visited{
	color : #000066;
	}

em{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : italics;
	font-size : 8pt;
	}


strong{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : normal;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	}

b{
	font-style : normal;
	font-weight : bold;
}

sup{
	font-size : 6pt;
	}


img{
	border : 0;
	}


div{
	margin : 0;
	}


p.footer{
	font-family : Arial, Geneva, sans-serif;
	font-size : 8pt;
	margin : 4px 0px 0px 0px;
	color : #333333;
	}

p.whitebold{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	line-height : 14px;
	margin-top: 5px;
	color : #ffffff;
	}

hr{
	color : #ccc;
	}




h1, h2, h3, h4, h5, h6{
	font-family : Arial, Geneva, sans-serif;
	}


h1{
	color : #000000;
	font-size : 14pt;
	font-weight : bold;
	margin-bottom : .0em;
	margin-top : 0em;
	}


h2{
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h3{
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h4{
	Color : #000000;
	Font : bold 11pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h5{
	color : #000000;
	font-size : 11pt;
	font-weight : normal;
	margin-bottom : 0em;
	margin-top : .5em;
	}


h6{
	font-size : .72em;
	font-weight : bolder;
	margin-bottom : 0em;
	margin-top : 1.25em;
	}

h.link{
	color : #022672;
	}

.solid{
	margin-bottom : 0px;
	}


ul,ol,li, dir,menu,dd{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	}

dl, dt, dd{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	}

ol li{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}


ul li{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : disc;
	}


ul ol{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}


ul li ol li{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}


blockquote{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}

.spcl p{
	margin-bottom : 0;
	margin-top : .75em;
	}


.spcl p.head{
	font-weight : bold;
	margin-top : 1.36em;
	}


.spcl p.first{
	margin-top : 0;
	}


.spcl p.last{
	margin-bottom : 1.36em;
	}


.spcl p.only{
	margin-bottom : 1.36em;
	margin-top : 0;
	}

