/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for www.metamorphosis.com */
/*--------------------------------------------------------------------------------------------------------------*/
/*page*/
body {
	font-size:100%;
}
.pagemaster {
	width: 100%;
;	
	background-color: #ffffff;
}
.skinmaster {
	margin-top: 0px;
	background:#FFFFFF
	border-top: #000000 0 px solid; 
	border-bottom: #000000 0px solid; 
}
.skinheader{
	width: 100%;
	padding-right: 5px;

}
.homelogo{
	vertical-align: top;
	text-align:left;
	background-image: url(logo_home.jpg);
	background-repeat:no-repeat;
	background-position: middle;
	background-position: left;
	padding-right: 5px;
}
.login{ color: #FF9900; 
}
.picborder{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.menuhome{	
	background-image: url(top_line.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	background-position: left;
}
.skinmenu{
	background: #ffffff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
.skincontentstable{
	width:100%;
}
.skinfooter{
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.skinfooter2{
border-top: 1 solid #649505;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;

}
.breadcrumb{font:Tahoma;
	font-size:8px;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 0px;

}

.rightpane{
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	background-position: left;
	vertical-align: bottom;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*panes*/
.leftpane{
	width: 320px;
	background-color: transparent;
	padding-right: 10px;
	padding-top: 10px;
}

.contentpaneint{
	width: 100%px;
	background-color: transparent;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 75px;
	text-align: left;
}
.contentpane{
	width:100%;
	background-color: white;

}
/*text*/
H1  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight:    normal;
    color: #006600;
		margin-bottom: -10;
}

H2  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight:    normal;
    color: #99cc66;
	margin-bottom: -15;
}

H3  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	font-weight:    normal;
    color: #006600;
	margin-bottom: -15;
}

H4  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:    normal;
    color:  #99cc66;
	margin-bottom: -15;
}

H5, DT  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    normal;
    color: #006600;
	margin-bottom: -15;
}

H6  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    normal;
    color: #000000;
}
H7  {
font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    normal;
    color: #000000;
	margin-bottom: -15;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #006600;
    font-family:Arial;
	text-decoration: none;
	text-transform: lowercase;
	vertical-align: absolute-middle;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#006600;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#006600;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#99cc66;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#006600;
}

A:link  {
    text-decoration:    underline;
    color:  #006600;
}

A:visited   {
    text-decoration:    underline;
    color:  #006600;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9900;
}

A:active    {
    text-decoration:    underline;
    color:  #006600;
}