/* CSS Document */

body {
	margin:0;
	background-color:#FFF;
}

p {
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#606;
	
	
}

/*Headings*/
h1{
	font-family:"Trebuchet MS";
	font-size:1.5em;
	color:#606;
	text-align:right;
		
}

h2{
	font-family:"Trebuchet MS";
	font-size:1.2em;
	color:#606;
	/*line-height:0px;*/
	text-align:left;
}

h3{
	font-family:"Trebuchet MS";
	font-size:1.0em;
	color:#606;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#606;
	
}

a:hover{
	text-decoration:underline;
}

hr {
	color: #606;
	background-color: #606;
	height: 1px;
	border:0;
	width:100%;
}

ul{
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#606;
}

/*Custom*/

.main{
	background-color:#FFF;
	
}

.navigation {
	color:#FFF;
	
}

.navigation a{
	color:#FFF;
	
}

.navigation a:hover{
	
	color:#fff;
	text-decoration:underline;
	
	
}


.navigation li{
	
	list-style-type: none;
	
}

.footer{
	background-color:#fff;
}



.entry{
	text-align:center;
}	
.t {background: url(images/dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}


	

/*Custom End*/






/*Forms*/

.formText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;

}


	


/*Forms End*/
