
/*Main Settings  */
body{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin : 0px 0px 0px 0px;
}

td {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px 0px 0px 0px;
}

a{
	text-decoration : none;
}
.xsmall {
	font-size : 8px;
}
.small {
	font-size : 10px;
}
.large {
	font-size : 12px;
}
.xlarge {
	font-size : 16px;
}
.input {
	font-size: 10px
}

.PageHeading1 {
	font-family : "Arial Black",Arial,Helvetica,sans-serif;
	font-size : 24pt;
	font-weight : normal;
	text-align : center;
	color : #669933;
	font : bold 24pt;
}

.PageHeading2{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	color : #99cc66;
}

.ParaHeading1{
	font-family : "Arial Black", Arial,Helvetica,sans-serif;
	font-size : 16pt;
	font-weight : normal;
	color : #cc9966;
}

.ParaHeading2{
	border-bottom-width : 1px;
	border-style : none solid;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 12pt;
	text-align : left;
}
.sidehead{
	font-size : 12px;
	color : #FFFFCC;
	font-weight : bold;
	text-align : center;
}
.sidetext{
	font-size : 10px;
	color : #000000;
	text-align : left;
}

input, textarea, select{
	font-size : 12px;
}

/* Sub Menu Line 1 and 2 */
A.menu {
font-family : Arial,Verdana,Helvetica,sans-serif;
font-size : 12px;
text-decoration:none; 
color: #004040;
 font-weight : bold;
}

A.menu:Hover {
color: #CC0000;
}

A.menu2 {
font-family : Arial,Verdana,Helvetica,sans-serif;
font-size : 8pt;
text-decoration:none; 
color:#aadd77
}

A.menu2:Hover {
color:#FFFF33
}

/* Recordset Navigation Bar in Browse.asp*/
.navbar {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-size : 11px;
text-decoration:none; 
color: #606020;
}

A.navbar{
text-decoration:none; 
color: #808040;
}

A.navbar:Hover {
color: #B7B700;
}

A.navbar:Visited {
	color : #808040;
}

/* Sidebar Settings */
.sidebar_heading {
	background-color : #006699;
	color : #FFCC00;
}

/* Product Listing Settings */
.pNameView { /*Product Name in View*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #204162;
}
.pNameList { /*Product Name in List*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #204162;
}
.pPrice{ /*Product price */
	font-size: 14px;
	font-weight : bold;
	color: #EE6600;
}
.pAuthor { /*product Author*/
	font-style : italic;
}
.pDesc { /*Product Descriptions*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
}
	
.pAttrib { /* Product format etc. */
	font : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-align : left;
}
/* Admin Page Settings */
.Field_label {
	font : 8pt;
	color : #336699;
}
.admin_field_bgcolor
{
	background-color: #efefef
}
