/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Spring Book Training  */
/* Date : 31st Aug. 2007 */


/* form classes */

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 13px;
}

body {
margin: 0px;
padding: 0px;
}

a {
color: #094893;
text-decoration: underline;
}

a:hover{
color: #EA7414;
}

/* images */

.t-tile {
background-image: url("register/images/full/t-tile.jpg");
background-repeat : repeat-x;
}

.b-tile {
background-image: url("register/images/full/b-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("register/images/full/bullet.jpg");
background-repeat : no-repeat;
background-position: left 10px;
padding: 3px 1px 4px 20px;
}

.bulleta {
background-image: url("register/images/full/bullet2.jpg");
background-repeat : no-repeat;
background-position: left 5px;
padding: 3px 1px 4px 20px;
}

.bulletb {
background-image: url("register/images/full/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 5px;
padding: 5px 1px 6px 20px;
}

.h-line {
background-image: url("register/images/full/gray.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

/* background colours */

/* borders */

.border-lr {
border-left : #a0bbd5 1px solid;
border-right : #a0bbd5 1px solid;
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

/* text */

.blue-txt {
color: #000143;
}

.brown-txt {
color: #b87108;
}

.green-txt {
color: #3c8625;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 13px;
}