.Default {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

table {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

.Field {
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 1px 0 1px 0px;
	border: 1px solid black;
	color: #000000;
}
.Button {
	font-family: Verdana;
	font-size: 10px;
	background-color: #FF8E07;
	padding: 1px 0 1px 0px;
	border: 1px solid black;
	color: #FFFFFF;
	cursor: hand;
	text-align: center;
}

.Button:hover {
	font-family: Verdana;
	font-size: 10px;
	background-color: #FF8E07;
	padding: 1px 0 1px 0px;
	border: 1px solid black;
	color: #000000;
	cursor: hand;
	text-align: center;
}
.BoderAll {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #000000;
}
.HyperlinkRed {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.HyperlinkRed:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.HyperlinkGrey {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.HyperlinkGrey:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.HyperlinkTickerTape {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.HyperlinkTickerTape:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.CursorHand {
	cursor: hand;
}













.default2 {
	font-family: Verdana;
	font-size: 11px;
	color: #FFAE06;
}
.default3 {
	font-family: Verdana;
	font-size: 11px;
	color: #FFAE06;
	border: 1px dashed #FFFFFF;
	margin: 2px;
	padding: 2px;
}
.defaultBlack {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.border {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #003366;
}
.tdborder {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #000000;
	margin: 12px;
	padding: 12px;
	color: #000000;
}
.tdborderblack {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
.tdborderblackdashed {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border-top: 1px dashed #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}

.formButton {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #E9E9E9;
}
.bgLogin {
	background-color: #ffffff;
}
.bg {
	background-color: #E2D89B;
}
.but {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	margin: 12px;
	padding: 12px;
	color: #FF0000;
}
.but:hover {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	width: 150px;
	text-decoration: underline;
	text-align: center;
	background-color: #FFFFFF;
	margin: 12px;
	padding: 12px;
	color: #FF0000;
}
.buts {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFAE06;
	font-weight: bold;
}
.buts:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #FFAE06;
	font-weight: bold;
}
.Astrix {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
}

.row1{ background-color:#D7DFE7	} 

.row2{ background-color:#F1F4F7 }

/* ***********************************#CCE6FF;

     notestips.com (c) copyright 2003
     TYPE	: Stylesheet
     TITLE	: css-buttons
     DESC	: "Mike Golding's Buttons" in pure CSS v2.0
     AUTHOR	: Mike Golding
	  
	  PLEASE LEAVE THIS NOTICE INTACT

   *********************************** */

/* ORIGINAL BUTTON STYLING (v1.0) - FIXED SIZE */	
#css-buttons ul{list-style: none;margin: 0 0 10px 0;padding: 0;}   
#css-buttons li{border: 1px solid #333; margin: 5px 0 0 20px; width:112px;}
#css-buttons li a{color: white; text-decoration: none;}

.css-button {
display:block;
font: 10px verdana, arial, sans-serif;
padding: 2px 0px 2px 0px; border: 1px solid white;
text-decoration: none; width:210px;
background: #ccc;color: #fff;
}
 
.css-button span {
font: bold 10px verdana, arial, sans-serif;
padding: 2px 3px 2px 3px; color: #fff;
}





/* VARIATION BUTTON STYLING (v2.0) - SIZABLE SIZE */
#css-buttons2 ul{list-style: none;margin: 0 0 10px 0;padding: 0;}
#css-buttons2 li{border: 1px solid #999; margin: 5px 0 0 20px; width:9.0em;}
head:first-child+body #css-buttons2 li{padding-right:2px;}
#css-buttons2 li a{color: #333; text-decoration: none;}

.css-button2 {
display:block;
font: 0.8em verdana, arial, sans-serif;
padding: 2px 0 2px 0px; border: 1px solid black;
text-decoration: none; width:100%;
background: #ddd;color: #333;
}

.css-button2:hover {
display:block;
font:  0.8em verdana, arial, sans-serif;
padding: 2px 0 2px 0px; border: 1px solid black;
text-decoration: none; width:100%;
background: #770101;color: #333;
}

.css-button2 span {
font: bold 1.0em verdana, arial, sans-serif;
padding: 2px 3px 2px 3px; color: #fff;
}

/*-------------------------------------------------------------------------------------------------------
/* VARIATION BUTTON STYLING (v3.0) - SIZABLE SIZE */
#css-buttons3 ul{list-style: none;margin: 0 0 10px 0;padding: 0;}
#css-buttons3 li{border: 1px solid #999; margin: 5px 0 0 20px; width:9.0em;}
head:first-child+body #css-buttons3 li{padding-right:2px;}
#css-buttons3 li a{color: #333; text-decoration: none;}

.css-button3 {
	display:block;
	padding: 1px 0 1px 0px;
	border: 1px solid black;
	text-decoration: none;
	width:30%;
	background: #1C7652;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.css-button3:hover {
display:block;
font: bold 0.8em verdana, arial, sans-serif;
padding: 1px 0 1px 0px; border: 1px solid black;
text-decoration: none; width:30%;
background: #135138;color: #fff;
}

.css-button3 span {
font: bold 1.0em verdana, arial, sans-serif;
padding: 2px 3px 2px 3px; color: #fff;
}
/*--------------------------------------------------------------------------------------------------------




/* BUTTON LOGO STYLING */
.rss span{background:#f60;}
.geo span{background:#0A2419; font-style:italic;}
.fun span{background:#5ACE29;}
.res span{background:#A857E6;}
.blogdex span{background:#b20d1c;}
.nd6 span{background:#ffbf18; color:#e26200;}
.nd5 span{background:#ffbf18; color:#e26200;}
.lotus span{background:#fc0; color:#000;}
.ibm span{background:#069;}
.openntf span{background:#79A9D2;}
.dominoblog span{background:#3DB6D9;}
.domblog span{background:#FFA548;}
.freedomblog span{background:#EC8D00; color:red;}
.blogsphere span{background:#0066B1;}
.mt span{background:#069;}
.amazon span{background:#f90;color:black;font: bold 1.1em helvetica, arial, Sans-Serif;}
.paypal span{background:#eaf7fc;color:#244873;font-style:italic;}
.paypal2{font: bold 10px helvetica, arial, Sans-Serif;}
.w3c span {background: #fff; color: #069; font: bold 1.1em helvetica, arial, Sans-Serif;}
.w3c2{background: #A86F16;color: white !important;}



.SpecialHeading {
	font-family: Arial;
	color: #fca506;
	font-weight: bold;
	font-size: 15px;
}
.SpecialName {
	font-family: Arial;
	color: #e14710;
	font-weight: bold;
	font-size: 13px;
}
.SpecialPrice {
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.SpecialRetailPrice {
	font-family: Verdana;
	color: #818181;
	font-weight: bold;
	font-size: 13px;
}
.SpecialNotes{
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
}
.SpecialGreyBorder {
	border-top: 1px none;
	border-right: 1px solid;
	border-bottom: 1px none;
	border-left: 1px solid;
}