/* CSS Document */

html {
	height: 100%;
	margin: 1px;
	}
	
body {
	margin: 1px;
	background-color: #d8e2ff;
	padding: 1px;
	}
	
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	text-align:justify;
	}
	
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.left {
	background-image:url(l_repeat.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
	
.right {
	background-image:url(r_repeat.gif);
	background-repeat:repeat-y;
	background-position: left;
	}
	
.bg {
	background-image: url(blue.gif);
	background-position:top;
	background-repeat:repeat-y;
	height:auto;
	}
	
.bg3 {
	background-image:url(bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.bg2 {
	background-image: url(bg2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.border {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;	
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-color: #000000;
	border-width: 1px;
	}
	
.link {
	background-image:url(header_2.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	}
	
.link2 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	}
	
.left_line {
	background-image: url(line_down.gif);
	background-repeat: repeat-y;
	}
	
.bottom {
	background-image:url(copyright.gif);
	background-repeat:no-repeat;
	}
	
.link a {
	padding-left : 3px;
	padding-right : 4px;
	clear : both;
}
