

.headingStyleClass{
	color:#333;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
}

.SubHeadingClass{
	color:#666;
	font-size:15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
}

.textStyle{
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SelectTextStyle{
	color:#F60;
	font-size:13px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkStyle{
	text-decoration:none;
	color:#F60;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FD4C23;
	text-decoration: none;
	
	font-weight:bold;
	font-size:12px;*/
}

.linkStyle a:hover{
	text-decoration:none;
	color:#F30;
}

.breakStyle{
border-bottom:1px solid #999999;
}










/************************style from style blue******/


.formtextbox {
    border-color:#3399FF;
	border-width:1px;
	border-style:solid;
}

.formNumbox {
    border-color:#3399FF;
	border-width:1px;
	border-style:solid;
	text-align:right;
}


.formtextboxRed {
    border-color:#FF0000;
	border-width:1px;
	border-style:solid;
}

.formSelectbox {
    border-color:#3399FF;
	border-width:1px;
	border-style:solid;
	list-style:square;
	width:170px;
}

.formSelectboxSmall {
    border-color:#3399FF;
	border-width:1px;
	border-style:solid;
	list-style:square;
	width:47px;
}


.DateSelectbox {
    border-color:#3399FF;
	border-width:1px;
	border-style:solid;
	list-style:square;
	width:49px;
	font-size:9px;
	height:20px;
}

.formTextRight {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-style:normal;
}

.formTextLeft {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-style:normal;
}

.formTextMid {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:normal;
}

.formTextSimple {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}


.frmbuttonImage{
background:url(../images/button.gif)  no-repeat;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:90px;
}

.frmbuttonImage:hover{
background:url(../images/buttonh.gif)  no-repeat;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:90px;
}

.frmbuttonImage_new{
background:url(../images/button_long.gif)  no-repeat;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:180px;
}

.frmbuttonImage_new:hover{
background:url(../images/123.gif)  no-repeat;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:180px;
}	
.frmbuttonSimple{
	border-style:solid;
	background:url(../images/button.gif)  no-repeat;
	border:#996600 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	 
}

.frmbuttonSimple:hover{
	border-style:solid;
	background:url(../images/buttonh.gif)  no-repeat;
	border-width:1px;
	border:#996600 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/**            form and form buttons and form texts  end          */

/*///////////////   Tab menu ////////////////////////////////////////*/

.ddcolortabs{
padding: 0;
width: 100%;
background:#FADDAA;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px "Times New Roman", Times, serif ;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color:#993300;
background:#FFCC99 url(blue/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;

}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(blue/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 5px;
}



.ddcolortabs a span{
float:none;
font-weight:bold;
}

.ddcolortabs a:hover{
background-color:#FA8502;
color:#FFFFFF;
}

.ddcolortabs a:hover span{
background-color:#FA8502;
color:#FFFFFF;
}

.here, #here{ /*currently selected tab*/
background-color:#FA8502;
font-weight:bold;
color:#FFFFFF;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
background:#FFEBE6;
/*Remove this to remove border between bar and tabs*/

}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.colorTabBack{
background:#FADDAA;
}


/* //////////////////// Tab menu end //////////////////////////////////*/

.warning {
color:#FF0000;
font-weight:bold;
}

.star {
color:#FF0000;
font-weight:bold;
font-size:12px;
}

.bigb {
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}

.linkClass{
text-decoration:none;
}





.Heading{
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.TextSelect{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

.fontText2{
	font-size:17px;
	font-weight:bold;
	color:#666;
}
.fontText1{
	font-size:20px;
	font-weight:bold;
	color:#666;
	text-align:left;
	line-height:normal;
}


.fontSubTex2{
	font-size: 20px;
	color:#999;
	line-height:normal;
}


.fontText3{
font-size:14px;
color:#000000;
}

.fontText4{
font-size:18px;
text-align:justify;
}

.fontText5{
font-size:13px;
text-align:center;
}


.fontText3 a:hover{
font-size:14px;
color:#000000;
text-decoration:underline;
}


.fontTextLink{
	color:#F60;
}

.fontTextLink  a:hover{
	color:#F60;
	text-decoration:underline;
}


.fontTextRed{
color:#FF0000;
}

.displayTableBackground{
background-color:#FADDAA;
}
.ddcolortabslineDisplay{
clear: both;
padding: 0;
width: 100%;
background:#FADDAA;
/*Remove this to remove border between bar and tabs*/
}

.ColorHighlight{

COLOR: #ff00ff

}









.btmRight label{
	font-weight:bold;
	font-size:12px;
	color: #272750;
}

.b {
    font-weight:    bold;
} 


.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:26px;
	letter-spacing:0.21em;
	}
	
.subHeader {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	}

#nav {
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

.middletext{

background:#FDFDFB;
}

.testClass1{
font-size:32px;
	font-weight:bold;
	line-height:normal;
	

}
.testClass2{
font-size:20px;
	font-weight:bold;
	line-height:normal;
	


}
.testClass3{
font-size:16px;
	font-weight:bold;
	line-height:normal;
	padding:1px;
	

}
.testClass4{
font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
	padding:1px;

}

.testClass4 a{
font-size:16px;
line-height:normal;
}

.testClass5{
font-size:15px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
line-height:normal;
}

.testClass6{
font-size:15px;
padding:1px;


}

.textClass6Mid {
font-weight:bold;
text-align:center;

}

.textClass6Blue {
color:#0066FF;

}

.textClass7Blue {
color:#0066CC;

}
.listNote{
	color:#FF0000;
	font-size:16px;
	font-weight:bold;

}

.linkClass{
text-decoration:none;
font-size:13px;
}


.linkClassNote{
color:#FF0000;
	font-size:13px;
	font-weight:bold;
	

}

.headLink{
text-decoration:underline;
font-weight:bold;
}


.tablehead{
font-size:18px;
font-weight:bold;

background-color:#FA9000;
color:#FFFFFF;
height:30px;
}

.tableBody{

}
.textBody{

}

.headClass{
background-color:#FA9000;
text-align:center;
font-weight:bold;
font-size:15px;
color:#FFFFFF;
}


.headClass2{
background-color:#FE947C;
font-weight:bold;
font-size:15px;
color:#000000;
}

.ampmclass{
background-color:#FCB851;
text-align:center;
font-weight:bold;
font-size:13px;
}



.fieldClass1{
text-align:center;
background-color:#FADDAA;
}
.fieldClass2{
text-align:center;
background-color:#FFFFFF;
}


.alt_color1{
color:#996600;
background:#FADDAA;
}
.alt_color1 a{
color:#996600;
text-decoration:none;
background:#FADDAA;
}
.alt_color1 a:hover{
color:#996600;
text-decoration:underline;
background:#FADDAA;
}



.alt_color2{
color:#996600;
background:#FFFFFF;
}
.alt_color2 a:hover{
color:#CC6633;
text-decoration:underline;
background:#FFFFFF;
}



.alt_color3{
color:#990000;
background:#FFFFCC;
}
.alt_color3 a{
color:#990000;
text-decoration:none;
background:#FFFFCC;
}
.alt_color3 a:hover{
color:#990000;
text-decoration:underline;
background:#FFFFCC;
}


.whitetext{
color:#FFFFFF;
}

.topicText{
font-size:14px;
text-align:justify;
}



.pdfButton{
background:url(../images/pdfBtn.png)  no-repeat ;
display:block;
height:20px;
width:90px;
padding-left:33px;
font-weight:bold;

padding-top:2px;
color:#FFFFFF;
}


.excelButton{
background:url(../images/btnExcel.png)  no-repeat ;
display:block;
height:20px;
width:90px;
border:0;
padding-left:35px;
font-weight:bold;
padding-top:2px;
color:#FFFFFF;
}

.emailButton{
background:url(../images/emailBtn.png)  no-repeat ;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-size:12px;
width:90px;
padding-left:30px;
font-weight:bold;

padding-top:0px;
}


/*//////////////////////    Middle Table with rounded corner .////////////////////////////*/

.Middle-border-topleft {
width:10px; 
height:10px;
z-index:100;
background:url('images/middleTopLeft.gif') no-repeat top left; 
margin-top:-1px; 
margin-left:-1px;
}

.Middle-border-topright {
width:10px; 
height:10px;
z-index:100; 
background:url('images/middleTopRight.gif') no-repeat top right; 
margin-top:-1px; 
margin-right:-1px;
}


.Middle-border-bottomleft {
width:10px; 
height:10px; 
z-index:100; 
background:url('images/middleBottomLeft.gif') no-repeat bottom left; 
margin-bottom:-1px; 
margin-left:-1px;
}

.Middle-border-bottomright {
width:10px; 
height:10px; 
z-index:100; 
background:url('images/middleBottomRight.gif') no-repeat right bottom; 
margin-bottom:-1px; 
margin-right:-1px;
}

.Middle-border-Inside {
	background:#FADDAA;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.Middle-Top-Inside {
	background:#FA9000; 
	color:#FFFFFF;
	font-size:13px;
	padding-bottom:3px;
	
}
.bandText{
color:#000000;
}


.border-topleft {
width:10px; 
height:10px;
z-index:100;
background:url('images/buttom-left.gif') no-repeat; 
margin-top:-1px; 
margin-left:-1px;
}

.border-topright {
width:10px; 
height:10px;
z-index:100; 
background:url('images/buttom-right.gif') no-repeat; 
margin-top:-1px; 
margin-right:-1px;
}
/*//////////////////////    Middle Table with rounded corner End .////////////////////////////*/


/* new pp style tab style dffffffffffffffffffffffffffffffffffffffffffffff /*/

.panel {
	clear: both;
	border: 3px solid #FADDAA;
	padding: 0em;
	background-color:#FADDAA;
}

#tabs {
	list-style: none;
	background:transparent;
	padding: 0px;
	voice-family: "\"}\"";
	margin-left:0px;
}

#tabs ul {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
list-style:none;
}

#tabs li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
display:inline;
float: left;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

#tabs a {
	float: left;
	text-decoration: none;
	color:#999999;
	background:#EFEFEF url(images/pptabs_tabs_left.gif) no-repeat left top;
	letter-spacing: 1px;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
}

/*#FF795A*/

#tabs a span {
float:none;
display:block;
background: transparent url(images/pptabs_tabs_right.gif) no-repeat right top;
padding: 6px 8px 0px 7px;
}

#tabs a.active-tab {
	background-color:#FADDAA;
	color:BLACK;
}

.savedivtabs {
	background-color:#FFEBD2;
}

/* new pptabs style ends gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/

/* style for dropdown ****************************************************************/

ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color:#FA8502;
	 color: #FFFFFF;
	}

ul.dropdown li a {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color:#FA8502;
	 color: #FFFFFF;
	}
	
ul.dropdown li a:hover {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color:#FFCC99;
	 color:#666666;
	}


/* drop down style ends *****************************************************************/

/*Small urls*/
.urlText {
color: #115599;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.noticediv {
border:#663399 2px solid;
height:20px;
font-weight:bold; 
color:#330066;
background: #66CCFF url(images/notice.png) no-repeat left;
padding:4px 0px 0px 20px;
}
.titleText{color:#993300; font-size:14px}
.descriptionText{font-size: 13px;}




.faqText{
background-color:#FFDCB9;
color:#993300;
padding:7px;
text-align:justify;
font-size:14px;

}


/*///////////////   Tab menu new ////////////////////////////////////////*/

.Yogatabs{
padding: 0px 0px 0px 0px;
width: 100%;

}


.Yogatabs ul{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0px 0px 0px 0px;
list-style:none;
}

.Yogatabs li{
display:inline;
margin:0px 2px 0px 0px;
padding:0px;
text-transform:uppercase;

}


.Yogatabs a{
font:bold 12px "Times New Roman", Times, serif;
float:left;
color:#000000;
background: url(../images/yogatabh.gif) repeat ;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing:1px;
text-align:center;
}


.Yogatabs a:hover{
background:#FFFFFF url(../images/yogatab.gif) repeat ;
color:#FFFFFF;
}


.selhere, #selhere{ /*currently selected tab*/
background:#FFFFFF url(../images/yogatab.gif) repeat ;
font-weight:bold;
color:#FFFFFF;
}

.Yogatabsline{
clear: both;
padding: 0;
width: 100%;

/*Remove this to remove border between bar and tabs*/

}

.Yogatabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.Yogatabcontent{
display:none;
}

.YogacolorTabBack{

background-image:url(../images/yogatabback.gif);
background-repeat:no-repeat;
background-position:right;
overflow:auto;
}

.Yogatabs a span{
float:left;
display:block;
padding: 6px 8px 5px 5px;
cursor:pointer;

}

.Yogatabs1 {
width:64px;
}
.Yogatabs2 {
width:120px;
}
.Yogatabs3 {
width:80px;
}
.Yogatabs4 {
width:150px;
}
.Yogatabs5 {
width:85px;
}
.Yogatabs6 {
width:85px;
}
.Yogatabs7 {
width:80px;
}
.Yogatabs8 {
width:85px;
}
.Yogatabs9 {
width:60px;
}
.Yogatabs10 {
width:107px;
}

/* //////////////////// Tab menu new end //////////////////////////////////*/

.pageParaFont{
font-family: Verdana, sans-serif, "Trebuchet MS", Helvetica;
text-decoration:none;
word-spacing:normal;
letter-spacing:normal;
line-height:normal;
font-size:13px;

color:#333333;
}

/****************************  Image and Paragraph Style //////////////////////////*/

.styleImage {
	display: block;
	padding:8px;
	border:solid;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	/*float:left;*/
}

.StudioListingBody{
/*background:url(../images/MAP.JPG) repeat center;*/

}
/*sssssssssssssssssssssss End Style **************************************************/

.ulStyle {
list-style-image:url(../images/listimg.GIF);
}

.ulTWStyle {
list-style-image:url(../images/26ul.gif);

}

h1{
font-size:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#FA9000;
line-height:normal;

}

/*\\\\\\\\\\\\\\\\\\\\\ Cork board styles starts \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.CorkBoardTL {
background:url(images/tl.jpg); 
height:36px; 
width:36px;
}

.CorkBoardT {
background:url(images/t.jpg); 
height:36px;
}

.CorkBoardTR {
background:url(images/tr.jpg); 
height:36px; 
width:36px;
}

.CorkBoardR {
background:url(images/r.jpg); 
width:36px;
}

.CorkBoardBL {
background:url(images/bl.jpg); 
height:36px; 
width:36px;
}

.CorkBoardB {
background:url(images/b.jpg); 
height:36px;
}

.CorkBoardBR {
background:url(images/br.jpg); 
height:36px;
}


.CorkBoardL {
background:url(images/l.jpg); 
width:36px;
}

.CorkBoardM {
background:url(images/m.jpg) repeat;
}
/*\\\\\\\\\\\\\\\\\\\\\ Cork board styles ends   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/








/* New style for rounded corner template */


.tempLeftTop {
width:10px;
height:10px;
float:left;
background:url(../images/templatetopleft.gif) no-repeat top left;
}

.tempRightTop {
width:10px;
height:10px;
float:right;
background:url(../images/templatetopright.gif) no-repeat top right;
}

.tempLeftBottom {
width:10px;
height:10px;
float:left;
background:url(../images/templatebottomleft.gif) no-repeat bottom left;
}

.tempRightBottom {
width:10px;
height:10px;
float:right;
background:url(../images/templatebottomright.gif) no-repeat bottom right;
}

.tempSideBars {
background:url(../images/templateSide.gif) repeat;
}

.tempSideBars11 {
background:#FFD694;
}

.tempSideBars12 {
background:url(../images/templateSide.gif) repeat;
}

.tempSideBars2 {
background:url(../images/templateSide2.gif) no-repeat top;
}

.tempSideBars00 {
background:url(../images/templateSide00.gif) repeat;
}

.tempSideBars31 {
background-color:#EFAD7B;
}

.tempSideBars32 {
background:#E6E6E6;
}

.tempSideBars4 {
background: #F2F2F3 url('../images/footer.gif') repeat ; 
}

.tempSideBars5 {
background:#DBDBDB;
}

.tempSideBars61 {
width:10px;
height:10px;
float:left;
background:#EFAD7B url(../images/roundbottomleft.gif) no-repeat bottom left;
}

.tempSideBars62 {
width:10px;
height:10px;
float:left;
background:#E6E6E6 url(../images/roundbottomright.gif) no-repeat bottom left;
}

.tempSideBars63 {
	background: #F6C39B url('../images/leftback.gif') repeat left; 
}

.tempSideBars64 {
	background: #F6C39B url('roundtopright.gif') no-repeat left; 
}

.tempSideBars71 {
width:10px;
height:10px;
float:left;
background:#F7F7F7 url(../images/roundtopleft.gif) no-repeat top left;
}

.tempSideBars72 {
width:10px;
height:10px;
float:left;
background:#F7F7F7 url(../images/roundtopright.gif) no-repeat top right;
}

/* New style for rounded corner template end */



a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FD4C23;
	text-decoration: none;
	
	font-weight:bold;
	font-size:12px;
}
a:hover {
	color:#000000;
	
}

.frmButton2{
background:url(../images/btnImg.gif) no-repeat;
border:0;
height:20px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:120px;

}

.clikkBtn {
background:#FA9000;
color:#FFFFFF;
border:1px solid #000000;
font-weight:bold;
}



/* for studio listing */

.continentClass{
font-size:32px;
	font-weight:bold;
	line-height:normal;
	

}
.countryClass{
font-size:20px;
	font-weight:bold;
	line-height:normal;
}


.stateClass{
font-size:17px;
	font-weight:bold;
	line-height:normal;
	padding:1px;
	color:#FF0000;
	

}
.cityClass{
font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
	padding:1px;

}

.cityClass a{
font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
	padding:1px;

}

.locationClass{
font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
	padding:1px;
}

.alt_color_list1{
color:#996600;
background:#FADDAA;
}

.alt_color_list1 a:hover{
color:#996600;
text-decoration:underline;
}



.alt_color_list2{
color:#996600;
background:#FFFFFF;
}
.alt_color_list2 a:hover{
color:#CC6633;
text-decoration:underline;
}


.noteColor{
color:#0033FF;
	font-size:16px;
	font-weight:bold;
}
/* end of studio listing*/
