/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* 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: arial, verdana, helvetica;
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: 100%;
}

.fix-table {
width: 825px;
}

.full-row {
height: 100%;
}

.row1 {

vertical-align : top;
}

.row2 {

vertical-align : top;
}

.row3 {
vertical-align : top;
}

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

a:hover{
	color: #000;
}

br {
line-height: 0.6em;
}

/* images */

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

.internal-img {
background-image: url("images/internal-img.jpg");
background-repeat : no-repeat;
background-position: center top;
<href "index.html">
}

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

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

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

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

/* links */

.navon a {
color: #5d5d5d;
font-weight: bold;
font-size: 13px;
text-decoration: none;
border-bottom : #f5f5f5 3px solid;
padding: 2px 1px 3px 1px;
display: block;
border-bottom : #ff0000 3px solid;
color: #5d5d5d;
}

.nav a {
color: #5d5d5d;
font-weight: bold;
font-size: 13px;
text-decoration: none;
border-bottom : #f5f5f5 3px solid;
padding: 2px 1px 3px 1px;
display: block;
}

.nav a:hover{
border-bottom : #ff0000 3px solid;
color: #5d5d5d;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

/* text */

.red-txt {
font-weight: bold;
color: #dc0610;
}

.big-txt {
font-size: 16px;
}

/* Heading */

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

h1 {
font-size: 16px;
}
a:hover {
	color: #333;
}

