﻿body 
{
    font-family:Trebuchet MS;
    font-size:19px;
    line-height:19px;
    text-align:justify;
        color:#000000;
}
.sitetitle
{
    color:#26627e;
    font-family:Verdana;
    text-transform:uppercase;
    font-size:16px;
    border-bottom:2px solid #88bed8;
    font-weight:bold;
    line-height:35px;
     
}
.content_writeup
{
    background-image:url('images/bgcontent.jpg');
    background-position:center top;
    background-repeat:no-repeat;
    
}
.content1
{
    font-family:Verdana;
    font-size:12px;
    line-height:19px;
    text-align:justify;
        color:#0a2739;
}
.content2
{
     font-family:Verdana;
    font-size:20px;
    line-height:19px;
    text-align:center;
        color:#000000;
}
.caption
{
    font-weight:bold;
    color:#701b22;
}
.productname
		{
			font-family:Trebuchet MS;
			font-size:12px;
			font-weight:bold;
			color:Black;
			padding:5px;
			padding-bottom:0px;
			border-bottom:dashed 1px #c1c1c0;
			text-decoration:none;
		}
		.productname:hover
		{
			font-family:Trebuchet MS;
			font-size:12px;
			font-weight:bold;
			color:#505050;
			padding:5px;
			padding-bottom:0px;
			border-bottom:dashed 1px #c1c1c0;
			text-decoration:underline;
			
		}
		.shortdesc
		{
			color:#656464;
			font-size:11px;
			font-family:Trebuchet MS;
			border-bottom:dashed 1px #cccccc;
		}
		.nav
		{
			font-family:Trebuchet MS;
			color:#860404;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			text-align:right;
		}
		.nav:hover
		{
			font-family:Trebuchet MS;
			color:#000000;
			font-size:11px;
			font-weight:bold;
			text-align:right;
			text-decoration:underline;
		}
.NumericButtonCSS {
 
	display:inline-block;
 	 color: #424244;
        
        text-decoration:none;
         background-image:url(images/bt_numeric.jpg);
	  background-repeat:no-repeat;
	  background-position:left top;
	  width:26px;
	  height:27px;
	  background-color:Transparent;
	  border-width:0px;
	  border-style:none;
	   font-weight:bold;
	  text-align:center;
	  cursor:pointer;
	  padding-top:4px;
	  padding-right:3px;
	  vertical-align:top;
}
.CurrentPageLabelCSS {display:inline-block;
 	 color: #f60305;
        
        text-decoration:none;
         background-image:url(images/bt.jpg);
	  background-repeat:no-repeat;
	  background-position:left top;
	  width:26px;
	  height:27px;
	  background-color:Transparent;
	  border-width:0px;
	  border-style:none;
	   font-weight:bold;
	  text-align:center;
	  cursor:pointer;
	  padding-top:4px;
	  padding-right:3px;
	  vertical-align:top;
	  
}
.heading
{
    color:#255662;
    font-size:12px;
    font-weight:bold;
}
.txtbox
{
    height:25px;
}