body.gradient.style 
{
   /* use inline syle with body tag
   <filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ededed', startColorstr='#3c7faf', gradientType='0');-->
   */
}
body
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   color:gray;
   text-align:left;
   vertical-align:bottom;
    
}

p
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   color:gray;
   text-align:left;
   vertical-align:bottom;
}
th 
{
   font-family:verdana;
   font-weight:bold;
   font-size:12px;
   color:white;
   background-color:gray;
   text-align:right;
	
}
tr 
{
   font:verdana;
   font-weight:normal;
   font-size:12px;
   color:black;
   text-align:left;
   vertical-align:bottom;
}
td 
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   color:black;
   text-align:left;
   vertical-align:bottom;
}
 td.gray  
 {  
	background-image: url(images/s4.jpg); 
	background-repeat: repeat-y; 
	
 }
 td.green  
 {  
	background-image: url(images/green.jpg); 
	background-repeat: repeat-y; 
	
 }
 td.red  
 {  
	background-image: url(images/red.jpg); 
	background-repeat: repeat-y; 
	
 }
 td.black  
 {  
	background-image: url(images/black.jpg); 
	background-repeat: repeat-y; 
	
 }


input, select, option, button {
	color: #10588a;
	font: bold small-caps 900 10px verdana;
	vertical-align: middle;
	text-align: left;
}
option {
	color: gray;
	padding:0px;
	line-height:10px;
	font:10px;
	padding:0;
	vertical-align:middle;
	font-weight:bold;

}

h3, h4, h5, h6 {
	color: #996633;
}

a 
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   text-align:right;
   text-decoration:none;
   color: #007236;
   vertical-align:bottom;
    
    }
a:visited 
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   text-align:right;
   color:  Orange;
   vertical-align:bottom;
}
   
a:hover 
{
   font-family:verdana;
   font-weight:normal;
   font-size:12px;
   text-align:right;
   color:  red;
   vertical-align:bottom;
}

.style2 {
	background-color: #A8BBCD;
	font: normal 900 10px verdana;
}
/*button with gradient*/
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

.general {
	background-color: #A8BBCD;
	background-image:url('image1.jpg');
	background-image:url('slide1.jpg');background-repeat: repeat;
	background-image:url('slide2.jpg');background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold;
	font: italic small-caps 900 12px arial;
	border-style: dotted;
	/*	
	border-style: dashed;
	border-style: solid;
	border-style: double;
	border-style: groove;
	border-style: ridge;
	border-style: inset;
	border-style: outset;
	leftmargin {margin-left: 2cm};
	padding-left: 2cm};
	list-style-type: circle;
	list-style-type: square;
	list-style-position: inside;
	list-style-position: outside;
	line-height: 0.4cm;
	a:link {color: #FF0000};
	a:visited {color: #00FF00};
	a:hover {color: #FF00FF};
	a:active {color: #0000FF};
	h2.pos_left{position:relative;left:-20px};
	h2.pos_right{position:relative;left:20px};
	a.three:link {color: #ff0000}
	a.three:visited {color: #0000ff}
	a.three:hover {background: #66ff66};
	a.five:link {color: #ff0000; text-decoration: none};
	a.five:visited {color: #0000ff; text-decoration: none};
	a.five:hover {text-decoration: underline};

	*/

}



