/* CSS Stylesheet for Classicate visual style - By Shaahin Mohammadi, shaahin@mac.com */

* {
	margin: 0;
}

body {
	margin: 0;
	border: 0;
	font: 0.75em Arial, sans-serif;
	background: White url(img/bg_main.gif) repeat-x;
	text-align: center;
	color: #626262;
	line-height: 1.4;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;	
}

.dot {
	background: url(img/dot.gif) repeat-x;
}

.line {
	background: url(img/line.gif) repeat-x;
}

.cube {
	background: #F9F9F9;
	border: 1px dashed;
	border-color: #D0D0D0;
}

#cubeblue {
	background: #F0F4FF;
	border: 1px dashed;
	border-color: #9999FF;
}

#cubeorange {
	background: #FFFFE3;
	border: 1px dashed;
	border-color: #FFCA79;
}


#cubegray {
	background: White;
	border: 1px solid;
	border-color: #C8C8C8;
	padding: 2px;
}

#uline {
	border-bottom: 1px dashed #6666FF;
}

#uline2 {
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #FF8000;
	padding-bottom: 3px;
	color: #FF8000;
}

a:link {
	color : #6869FF;
}

a:active {
	color: #CC6666;
}

a:visited {
	color: #9191FF;
}

a:hover {
	color: #0204FF;
	text-decoration: none;
}

.noLine {
	text-decoration: none;
}

.smlText {
			font-size:8pt;
			line-height:10pt;
			font-family : "Lucida Grande", Verdana, Arial, sans-serif;
			color : #7F7F7F;
			padding-bottom: 7px;
			}

.boxText {
			font-size:8pt;
			line-height:10pt;
			font-family : "Lucida Grande", Verdana, Arial, sans-serif;
			color : #7F7F7F;
			padding-bottom: 7px;
			padding-top: 7px;
			}
									
.lrgText {
      font-size: 20px;
      line-height: 12px;    
		font-family : Verdana , Arial , sans-serif;
		color : #898989;
			}
			
.nmlText {
			font-size:9pt;
			font-variant: normal;
			line-height:11pt;
			font-family : "Lucida Grande", Verdana, Arial, sans-serif;
			color : #737373;
			}
			
#Version {
			font-size:9pt;
			font-weight: bold;
			font-variant: normal;
			line-height:11pt;
			font-family : "Lucida Grande", Verdana, Arial, sans-serif;
			color : White;
			background: #FF9966;
			padding: 2px;
			}			
			
.purple {color : #8E7887;}
.green {color : #889E9D;}
.salmon {color : #CC8888;}
.blue {color : #58647A;}
.grey {color : #737373;}
.black {color: #525252; }
.red {color: #DC143C;}

