/* 
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 {
font-family:Tahoma;
background: #CCCCCC;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
/* 
We have setted up forms margins to 0, very usefull in many cases.
*/
form {
margin: 5px;
padding: 0px;
}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.925em;
}

/* 
I have setted up boaders here, very usefull in many cases.
*/
.bdrmain {
  border-right: #000000 1px solid; 
  border-top: #000000 1px solid; 
  border-left: #000000 1px solid; 
  border-bottom: #000000 1px solid;
}

.filler {
  background-image: url(../images/filler.jpg);
  background-position:4px 4px;
  background-repeat:no-repeat;

}

/* 
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;
}

.star {
   color:#FF0000;

}

.oops {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #FF0000;

}


/* 
I have setted up extra text styles here.
*/
.copy {
  font-family: Tahoma;
  font-size: 9px;
  letter-spacing: 1px;
  color: #CCCCCC;
}
.copy1 {
  font-family: Tahoma;
  font-size: 10px;
  letter-spacing: 1px;
  color: #000000;
}

.firstpagetext {
  font-family: Verdana;
  font-size: 9px;
  letter-spacing: 1px;
  color: #000000;
}

.firstpagetextlink {
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold
  letter-spacing: 1px;
  color: #FF0000;
}

.contact {
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold
  letter-spacing: 1px;
  color: #000000;
}

.brochuretext {
  font-family: Tahoma;
  font-size: 24px;
  font-weight: none;
  letter-spacing: 2px;
  color: #000000;
}

.bodytextred {
   font-family: Tahoma;
   font-size: 14px;
   font-weight: bold;
   letter-spacing: 1px;
   color: #FF0000;
}



/* 
Table cell can be set here. 
*/
td {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* 
Table header can be set here. 
*/
th {
  background: #D6DFF7;
  border: 1px solid #F76B00;
}
/* 
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:3 px;}

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: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h2 {
font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
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;
}

