body, td, th {
	font-size : 12px;
	font-family : Arial,Tahoma,Verdana;
}
input, select {
	color : #000000;
	font-size : 12px;
	font-family : Arial,Tahoma,Verdana;
}
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 5px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.menu {
	color : #FFFFFF;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color : #F2F2F2;
}
.title01 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title02 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title02 a {
	color : #000000;
	text-decoration: none;
}
.right {
	color : #003C5E;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right b {
	color : #EF6D00;
}
.right a {
	color : #003C5E;
}
.right a:hover {
	color : #000000;
}
.left {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.left a {
	color : #FFFFFF;
}
.left a:hover {
	color : #000000;
}
li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #294A7B;
}
p a:hover {
	color : #000000;
}
.bot {
	color : #000000;
	margin-top : 20px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 200px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.bot a {
	color : #000000;
	text-decoration: none;
}
.bot a:hover {
	color : #294A7B;
}

A:link {
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #003399;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	TEXT-DECORATION: none;
}
A:visited {
	font-family: Arial,Verdana;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	line-height: normal;
	font-weight: normal;
	TEXT-DECORATION: none;
}
A:active {
	font-family: Arial,Verdana;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	line-height: normal;
	font-weight: normal;
	TEXT-DECORATION: none;
}
A:hover {
	font-family: Arial,Verdana;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	line-height: normal;
	font-weight: normal;
	TEXT-DECORATION: underline;
}

/* Menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 12em;
	padding-left: 3px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.80em;
	margin-bottom : -1px;
	width: 12em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 12.75em;
	margin-top : -1.90em;
}

#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

#nav li a {
	width: 9.20em;
	display : block;
	color : #000066;
	font-weight : normal;
	text-decoration : none;
	background-color : #FAFAFA;
	/*background-image: url('images/tableHeaderGradient.png');*/
	border : 1px solid #ccc;
	padding : 0 0.5em;

	font-family: arial;
	font-size: 14px;
}

#nav li a:hover {
	color : white;
	background-color : black;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#content {
	margin-left : 13em;
}

/* /Menu  */

.catRow {
 background-image: url('../images/links1.gif');
 padding-left: 8px;
}

.textBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #666666;
}

.frmLabelSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#003366;
}

.bgHeaderContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333366;
	font-size:18px;
	font-weight:bold;
	background-image: url('../images/tbl_head_bg.gif');
	background-repeat: repeat-x;
	border-bottom:1px solid #CCCCCC;
}

.product_menu_cat_back {
	background-color : #FAFAFA;
	border : 1px solid #ccc;
}

.product_menu_cat_text {
	color : #000066;
	font-weight : bold;
	text-decoration : none;
	font-family: arial;
	font-size: 12px;
}

.product_menu_subcat {
	color : #000066;
	font-weight : normal;
	text-decoration : none;
	background-color : #CCCCCC;
	font-family: arial;
	font-size: 8px;
}

.text1 {
	color: #003399;
	font-size: 13px;
}

.text2 {
	color: #FF6600;
	font-size: 12px;
}

.text3 {
	font-family:verdana,arial;
	color: #525252;
	font-size: 10px;
}

.text4 {
	font-family:verdana,arial;
	color: #006600;
	font-size: 11px;
}

.text5 {
	font-family:verdana,arial;
	color: #0000FF;
	font-size: 11px;
}

.text6 {
	font-family: verdana,arial;
	color: #0000CC;
	font-size: 12px;
}

.productHeading {
	font-family: arial, verdana;
	background-image: url('../images/urs-hd-grn-fd.jpg');
	background-repeat: repeat-x;
	border: 1px solid #000066;

	color: #FFFFCC;
	font-size: 18px;
	font-weight: bold;
}

.categoryHeading {
	font-family: arial, verdana;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000066;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}

.subCategoryHeading {
	font-family: arial, verdana;
	background-color: #000066;
	border-bottom: 1px solid #000066;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.table1 {
	border:1px solid #CCCCCC;
}

.td1 {
	font-family:verdana;
	background-color:#eeeeee;
}

.td2 {
	font-family:verdana;
	font-size:10px;
	color:#FFFFCC;
	background-color:#003300;
}

.td3 {
	font-family:verdana;
	background-color:#ffffff;
}

.description {
	font-size:18px;
	font-family:verdana,arial;
	font-weight:bold;
	color:#003366;
	border-bottom:1px solid #000066;
}

.btn {
	font-family:verdana,arial;
	font-weight:bold;
	font-size:12px;
	border:1px solid #000000;
	background-color:#336600;
	color:#FFFFCC;
	padding:4px;
}

