/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : No Limit Linking  */
/* Date : 15th Aug. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 12px;
}

body {
margin: 0px;
padding: 0px;
background-color: #ceced0;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.box-tile {
background-image: url("images/box2-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

/* links */

.top-link a {
font-family: arial;
color: #333;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 27px 20px 11px 20px;
display: block;
}

.top-link a:hover{
color: #fff;
}

.left-link a {
font-family: arial;
color: #333;
font-size: 13px;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 3px 1px 4px 14px;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

/* borders */

.box-border {
border-left : #898989 1px solid;
border-right : #898989 1px solid;
}

/* text */

.blue-txt {
color: #11377c;
}

.blue-txta {
color: #209dd7;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 
{
color: #11377c;
font-size: 18px;
}

h2 
{
color: #209dd7;
font-size: 13px;
}
ul
{
	font-weight:bold;
	margin-left:25px;
}
li
{
	padding-bottom:3px;
}