A {
	color : #342C62;
}

A:HOVER {
	color : green;
	text-decoration : underline;
}

BODY {
	background-color : White;
	color : black;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	margin : 0 4px 0 0;
}

BODY.border {
	border : 12px solid;
	margin : 10px 12px;
}

 /* egads, a hack ! */
BR.smallbreak {
	font-size : 2px;
}

H2 {
	border-bottom : 1px solid black;
	font : 10pt Arial, sans-serif;
	font-weight : bold;
	margin : 0;
	padding : 4px 4px;
	padding-top : 6px;
}

/* css basics heading */
H2.css {
	background-color : blue;
	color : white;
}

/* full version heading */
H2.full {
}

/* homesite integration heading */
H2.hs {
	background-color : yellow;
	color : black;
}

/*  topstyle lite heading */
H2.lite {
	background-color : navy;
	color : white;
}

/* tutorial heading */
H2.tutorial {
	background-color : black;
	color : white;
}

H3 {
	font : bold 1em Arial, sans-serif;
	margin-left : 8px;
}

P {
	margin : 10px 10px;
}

 
 P.indent {
	margin-left : 30px;
}

/* note box */
P.note {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}

 
 /* related topics */
P.reltopics {
	border-top : 1px solid black;
	clear : both;
	font-size : 8pt;
	margin : 16px 6px 20px 0;
	padding : 4px;
}

/* used for CSS examples */
P.styleblock {
	background-color : #FFFFE6;
	font-family : monospace;
	margin : 4px 26px;
	padding : 6px 16px;
	padding-left : 16px;
}

/* used in tutorial */
P.tip {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin-left : 10%;
	padding : 6px 6px;
	width : 90%;
}

 
TABLE.tutnavtbl {
	border-top : 1px solid black;
	clear : both;
	font-size : 9pt;
	margin-left : 0;
	margin-right : 10px;
	margin-top : 12px;
	text-align : right;
	width : 96%;
}

/* list of anchor links */
UL.linklist {
	list-style-image : url("images/linkarrow.gif");
}

UL.noimage {
	list-style : none;
}

/* css or html comment */
 .comment {
	color : gray;
	font-family : monospace;
}

 /* HTML element */
.element {
	color : Navy;
	font-family : monospace;
}

 .example {
	font-family : monospace;
}

.important {
	color : red;
	font-weight : bold;
}

  
.keyword {
	font-weight : bold;
}

 
 /* css property */
 .property {
	color : black;
	font-family : monospace;
}

 
.reltopicslbl {
	font-weight : bold;
}

 
/* css selector */
 .selector {
	color : maroon;
	font-family : monospace;
	font-weight : bold;
}

 
 /* css value */
 .value {
	color : navy;
	font-family : monospace;
}

.msgtext {
	font-size : 12px;
}
.msgtext2 {
	font-size : 11px;
	text-align : left;
	margin-left : 30px;
	
}
.msgtext2a {
	font-size : 11px;
	text-align : left;
	}


.msgtextlrgr {
	font-size : 14px;
}
.msgtextbold {
	font-size : 12px;
	font-weight : bold;
}
.msgtextbold2 {
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	margin-left : 30px;
}

.msgtext2 {
	font-size : 11px;
	text-align : left;
	margin-left : 30px;
	
}
.msgmailbold {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
.collite {
	background-color : #F6F2F6;
}
.collitediscog {
	font-size :x-small;
	background-color : #F6F2F6;
}
.collitediscog2 {
	font-size :small;
	background-color : #F6F2F6;
}
.coldrkr {
	background-color : #E6E2E6;
	font-size : 10px;
	text-align : center;
}

.audition{
	background-color : #E6E2E6;
	font-size : 12px;
	color:#FF0000;

	text-align : left;
	padding-left : 8px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding-right : 4px;
}
.coldrkest {
	background-color : #333233;
	font-size : 10px;
	color : #FFFFFF;
}

.menuinline {
	font-size : 12px;
	padding-left : 4px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding-right : 4px;
}
.quote {
	color : #CE6500;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
}

table.BorderMeorg {
  background-color:#FFF;
  border:2px solid #FF3300;
  padding:0px;
}

.flderror {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #FF3300;
	font-size : 12px;
}

.name {
	color : #CE6500;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bolder;
}
.more {
	color : #CE6500;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
}
.tracks {
	background-color : #CCCCFF;
	font-size : 10px;
	text-align : left;
	padding-left : 4px;
}

.tracks2 {
	background-color : #FF9900;
	font-size : 10px;
	text-align : center;
	padding-left : 4px;
}

.tracksttl {
	background-color : #CCCCFF;
	font-size : 11px;
	text-align : left;
	padding-left : 4px;
	font-weight:bold;
	
}

.plug {
	background-color : #CCCCFF;
	font-size : 11px;
	text-align : left;
	padding-left : 4px;
	vertical-align:bottom;
}

.textsmlr {
	font-size : 12px;
	padding-left : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 8px;
}

table.frm {
	width: 95%;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #eeeeee;	
}

.midpromobox {
	font-family: verdana,verdana,sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: none;
	background-color: #555555;
	height: 128px;
	width: 176px;
	vertical-align: top;
	
	

}

