@charset "iso-8859-1";
/* CSS Document */

body {
        margin: 0px;
        padding: 0px;
        background-color: #353128;
}
body, td, th {
        font-family: skia, tahoma, sylfaen, Comic Sans MS, Comic Sans, tahoma, arial;
        font-size: 13px;        
}
a:link {
		border:none;
}
a:visited{
		border:none;
}
		
/* Styles for forms */
.f1 {
        font-family: Tahoma;
        font-size: 10px;
        color: #7A7A7A;
        height: 16px;
        width: 117px;
        border: 1px solid #A9A78D;
        padding-left: 4px;
}
.f2 {
        width: 121px;
        height: 76px;
        overflow: auto;
}
/* end */

/* Styles for buttons */
.butt-clear {
         width: 40px;
         height: 13px;
         background-image: url(images/button-clear.gif); 
         border: 0px;
         cursor: hand;
         cursor: pointer;
}
.send {
        background-image: url(images/button-send.gif);
}
.style1 {
	color: #ce4806;
	font-weight: bold;
	size: 14px;
}
.style2 {
	color: #7a930e;
	font-weight: bold;
}
.style4 {
	font-size: 17
}

/* end */