.submit {
	background-color: #FF3300;
	color : White;
	font-weight : bold;
}
.category_heading {
	font-size : 18px;
}
.express {
	font : 14px;
	font-weight : bold;
	color : #669933;
}

.description {
	font : bolder x-small;
	font-style : italic;
}


.showcode {
	color : Red;
	font-weight : bold;
	font-size : x-small;
}


.filename {
	color: #EDEDED;
	background-color: transparent;
	font-style: italic;
	font-size: xx-small;
}


.required {
	color : #B22222;
	font-weight : bold;
	font : bold;
}
.favcolor {
	background : #EDEDED;
}


.system {
	background-color : #DFDFDF;
	color : Red;
	border-color : Black Black Black Black;
	font-size : x-small;
	font-family : sans-serif;
	padding : 3px;
	width : auto;
}

.back {
	background-color : Black;
	color : #FFFFCC;
}


.maintext { 
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
}
.smalltext { 
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
}
a { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 11px; 
	 color: #0033CC; 
	 font-weight: normal; 
}
a:link {
	color:  #0033FF;
}
a:visited { 
	 color: #666666; 
}
a:hover { 
	 color: #FF9900; 
}
a:active {
	color: #0033CC;
}

.largeLink { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 color: #0033CC; 
	 font-weight: normal; 
}	
a.largeLink:link {
	color: #0033CC;
}
a.largeLink:visited { 
	 color: #999999; 
}
a.largeLink:hover { 
	 color: #FF9900;
}
a.largeLink:active {
	color: #0033CC;
}	
.sitedesign  {
	font-size : xx-small;
	font-family : sans-serif;
	color : White;
	text-align : left;
	text-indent : 0px;
}


.instruction {
	background : #EDEDED;
	font-size : xx-small;
	font-family : sans-serif;
}

.row_default {
	background-color : #FFFFF0;
	background : #FFF5EE;
}

.row_alternating {
	background-color : #EDEDED;
}


.input {
	background-color : White;
	color : Gray;
	font-weight : bolder;
}

.submit {
	background-color : #FF7400;	
	color : seashell;
	font-weight : bold;
}

.form  {
	border-style : double;
	border-color : #8B4513;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
	padding-bottom : 6px;
	padding : 2px;
}



.navigation  {
	font-size : x-small;
	text-align : left;
	text-indent : 0px;
	background-color : #ffffcc;
}
