/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Reg Cure  */
/* Date : 1st March. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #f7f7f7;
font-size: 12px;
}

body {
margin: 0px;
background-image: url('back.jpg');
background-repeat : repeat;
background-color: #000
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #333;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #333;
}

/* images */

.header {
background-image: url('header.jpg');
background-repeat : no-repeat
}

.footer-tile {
background-image: url('footer-tile.jpg');
background-repeat : repeat-x;
color: #333
}

.devide {
background-image: url('devide.jpg');
background-repeat : repeat-y;
background-color: #333
}

.bullet {
background-image: url('bullet.jpg');
background-repeat : no-repeat;
background-position: left 8px;
padding-left:15px; padding-right:1px; padding-top:3px; padding-bottom:4px
}

.bulleta {
background-image: url('bullet1.jpg');
background-repeat : no-repeat;
background-position: left 6px;
padding-left:20px; padding-right:1px; padding-top:5px; padding-bottom:6px
}

.bulletb {
background-image: url('bullet2.jpg');
background-repeat : no-repeat;
background-position: left 6px;
padding-left:15px; padding-right:1px; padding-top:3px; padding-bottom:4px
}

/* links */

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.graya {
background-color: #0a0a0a;
}

.grayb {
background-color: #1a1a1a;
}

/* borders */

/* text */

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 25px;
margin: 0px;
}