body {
	background-image: url(images/pg-top-tile.jpg);
	background-repeat: repeat-x;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FF0000;
}

/* form classes */



input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 875px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #C00203;
text-decoration: underline;
}

a:hover{
color: #000;
}

.pad-right {
padding-right: 2px;
}

b, strong {
font-family: arial;
}

br {
line-height: 8px;
}


/* images */


.pg-top-tile {
background-image: url("images/pg-top-tile.jpg");
background-repeat : repeat-x;
}



.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/bottom.jpg");
background-repeat : no-repeat;
}

.nav-tile {
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-y;
}

.right-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-y;
background-position: right;
}

.corner {
background-image: url("images/corner.jpg");
background-repeat : no-repeat;
background-position: left top;
}

.sub-top {
background-image: url("images/sub-top.jpg");
background-repeat : no-repeat;
}

.testimonial {
background-image: url("images/testimonial-top.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 6px;
padding: 2px 1px 3px 16px;
}

.bulleta {
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 1px 2px 10px;
}

.bulletb {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 1px 1px 2px 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.box-back {
background-image: url("images/box-back.jpg");
background-repeat : no-repeat;
background-position: right center;
}


/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 11px;
line-height:26px;
vertical-align:middle;
text-decoration: none;
padding: 2px 5px 3px 30px;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-x;
color: #fff;
}

.bot-nav a {
color: #C00203;
font-size: 11px;
text-decoration: none;
padding: 1px 5px 1px 5px;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #D20B18;
}

.graya {
background-color: #e0e0e0;
}

.grayb {
background-color: #F1F1F1;
}

.red {
background-color: #d5090d;
}

.reda {
background-color: #ec1d25;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #C00203;
}

.gray-txt {
color: #626262;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}