/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Student Loan Watchdog  */
/* Date : 18th Nov. 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 96%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.img1 {
background-image: url("images/img1.jpg");
background-repeat : no-repeat;
}

.img2 {
background-image: url("images/img2.jpg");
background-repeat : no-repeat;
}

.img3 {
background-image: url("images/img3.jpg");
background-repeat : no-repeat;
}

/* links */

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
border-bottom: #dfd9bf 1px solid;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 15 10;
padding: 4 5 5 25;
display: block;
}

.left-link a:hover{
background-color: transparent;
text-decoration: none;
color: #e77e00;
}

.sub-link a {
color: #e77e00;
font-size: 11px;
text-decoration: none;
border-bottom: #fcf3cd 1px solid;
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: 25 8;
background-color: #fad87b;
padding: 4 5 5 35;
display: block;
}

.sub-link a:hover{
text-decoration: none;
color: #000;
}

/* background colours */

.blue {
background-color: #345483;
}

.bluea {
background-color: #4679d9;
}

.blueb {
background-color: #ddedfe;
}

.yellow {
background-color: #fcf3cd;
}

/* text */

.white-txt {
color: #fff;
}

.gray-txt {
color: #898993;
}

.blue-txt {
color: #10429f;
}

/* headings */

h1 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}