﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FBFBFB;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1 {
	margin: 0px;
}

/** TEXTS */

select {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

input {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #656666;
/*	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

ol {
	direction: rtl;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}

dl {
	direction: rtl;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}

ul {
	direction: rtl;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}

blockquote {
	direction: rtl;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}

p {
	direction: rtl;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #4B7020;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

/** LINKS */

a {
	color: #D45400;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #55713E;
}

a.link2 {
	text-decoration: none;
	font-size: 10px;
	color: #858585;
}

a.link2:hover {
	text-decoration: underline;
}
	
a img {
	border: 0;
}

/** STYLES */

.style1 {
	color: #A3A3A3;
}

.style1 a {
	color: #A3A3A3;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url('http://www.iskit.biz/images/homepage01.gif') repeat-y center top;
}

.bg2 {
	background: url('homepage02.gif') no-repeat center top;
}

.bg3 {
	background: url('http://www.iskit.biz/images/homepage03.gif') repeat-y left top;
}

.bg4 {
	background: url('http://www.iskit.biz/images/homepage06.gif') repeat-y left top;
}

.bg5 {
	background: url('http://www.iskit.biz/images/homepage08.jpg') no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url('homepage22.gif') no-repeat center;
}
