/* For : Word of Prophecy  */
/* Date : 5th April 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: verdana, arial;
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
font-family: verdana, arial;
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

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

body {
margin: 0px;
padding: 0px;
background-color: #c0c0c0;
}

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

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

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

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

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

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
padding-left:1px;
}

/* images */

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

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

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

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

.box-tilea {
background-image: url("images/box-tile1.jpg");
background-repeat : repeat-y;
}

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

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

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

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

.bulleta {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 11px;
}


.divide {
padding-top: 2px;
}

.left {
margin-right: 10px; 
margin-bottom: 5px; 
margin-top: 5px;
}

/* links */

.nav a {
color: #fff;
font-size: 12px;
font-family: arial;
font-weight: bold;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 2px 10px 15px 10px;
display: block;
}

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

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

/* background colors */

.blue {
background-color: #0165a1;
}

.bluea {
background-color: #acd6ed;
}

.blueb {
background-color: #F6FBFE;
}

.green {
background-color: #00a8c1;
}

.greena {
background-color: #ace3eb;
}

.gray {
background-color: #f2f2f2;
}

.gray-box {
background-color: #f2f2f2;
padding:5px;
}

.gray-box2 {
color: #000066;
font-size: 12px;
font-family: arial;
font-weight: bold;
text-decoration: none;
background-color: #f2f2f2;
padding:5px;
}

.white {
background-color: #fff;
}

/* borders */

.border-lr {
border-left : #fff 1px solid;
border-right : #fff 1px solid;
}

.border {
border : #488eac 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: red;
}

.blue-txt {
color: #031d70;
}

.blue-txta {
color: #008cc1;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

ul,li
{
	margin:0px 0px 0px 10px;
}

.pad-left
{
	padding-left:25px;
}

.small-txt {
font-size:10px;
}