/* 
Here you can edit the page properties, like margins from top, left, right.
Default font style, size and text align.
Of course you can add other styles if you want.
*/

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background: url(templates/images/green-lines.gif);
}

p{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.925em;
}
/* 
Forms element like input field, select field, textarea can be set here.
We used only to force Font family and size.
If you wish, you can edit background, 
*/
input, select, textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/*
A very important line if you want to use also Mozilla Compatible (Firefox)
See article on Developer Site.
http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps
*/
td img {display: block;}
/* 
Table cell can be set here. 
*/
td {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/*
A very important line if you want to use also Mozilla Compatible (Firefox)
See article on Developer Site.
http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps
*/
td img {display: block;}
/* 
Table header can be set here. 
*/
th {
  background: #D6DFF7;
  border-bottom: 1px solid #036;
}
/* 
List elements can be set here. 
*/
ol, ul {
margin-top:0;
margin-bottom:0.6em;
line-height:1.4;
list-style: none;
}
/* 
Horizontal line settings. 
*/
hr {
color: #e2e2e2;
height: 1px;
}
/* 
Links can be edited here. 
*/
a {text-decoration: none;}

a img {border: none;
padding: 3px;}

a:link, a:visited {text-decoration: none;}

a:hover {text-decoration: underline;}
/* 
H1, H2, H3, H4, H5 tags, if is possibble, use this for your pages,
can be very usefull for . 
*/
h1 {
font-size: 11px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
margin:0px;
}
h2 {
font-size: 11px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
margin:0px;
}
h3 {
font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h4 {
font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h5 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h6 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-weight: normal;}
/* 
We setup here all images border to 0 
*/
img {
border: none;
}
/* 
Fieldset and legend is a very smart tag for making a border 
for a text without table and  also to add a header to this text.
*/
legend {
white-space: nowrap;
font-weight: bold;
color: #000099;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-variant: small-caps;
}
fieldset {
display: block;
border: 1px #969696 solid;
margin: 5px;
padding: 3px;
}

#image {
border: none;
}
#radio {
border: none;
background-color: #ffffff;
}
