/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* Date : 19th July 2007 */


/* form classes */

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 80%;
line-height: 1.4em;
}

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

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

.row1 {
height: 95%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

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

a:hover{
color: #000;
}

/* images */

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

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

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

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

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
background-position: center center;
font-family: arial;
}

/* links */

.left-link a {
font-family: arial;
color: #840002;
font-size: 11px;
text-decoration: none;
font-weight: bold;
border-bottom : #000 1px solid;
padding: 7px 10px 8px 15px;
display: block;
border-left: 12px solid #840002;
}


.left-link a:hover{
	border-left: 12px solid #fff2d9;
	background-color: #9aa5a6;
	color: #FFFFFF;
	border-bottom : #fff 1px solid;
}

/* background colours */

.gray {
background-color: #a2a5a6;
}

.reda {
background-color: #e21900;
color: #fff;
}

.yellow {
background-color: #fff2d9;
}

.white {
background-color: #fff;
}

/* borders */

.left-border {
border-left : #a2a5a6 1px solid;
background-color: #fff;
background-image: url("images/gred-tile.jpg");
background-repeat : repeat-x;
background-position: top;
}

/* text */

.red-txt {
color: #FF4500;
font-size: 16px;
}

.story {
color: #000000;
font-size: 80%px;
line-height: 1.8em;
font-family:  Verdana, Geneva,Arial, Helvetica, sans-serif;
}


/* Heading */

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

h1 {
font-size: 110%;
}

h2 {
font-size: 100%;
}