
	
/* LINKS
*/
a:link, a:active {
font: 10px/16px verdana, sans-serif;
	color: #102D65;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
font: 10px/16px verdana, sans-serif;
 	color: #738B36;
	text-decoration: none;
	font-weight: bold;
 	}
a:hover {
font: 10px/16px verdana, sans-serif;
	color: #2960AC;
	text-decoration: none;
	font-weight: bold;
	}
a:focus {
	outline: none;
	-moz-outline:none;
	}
	

	

/* TEXT
*/
body {
	font: 11px/16px Arial, sans-serif;
	color: #666;
	
	/*\*/
	font-size: expression((10/13.9)+"em");
	line-height: expression((18/13.9)+"em");
	/**/
	
	 margin: 0px;
  padding:0px;
	
	}
	
	
	div.post h1 {
	margin: 0;
	padding: 0;
	font: 18px/18px "Din-Light",Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	color: #AB6666;
	}
		div.top h1 {
	margin: 0;
	padding: 0;
	font: 18px/18px "Din-Light",Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	color: #ffffff;
	}



input
{
width:250px;
border=0;
background-color:#efefef;
color:#000000;
font-family:verdana,helvetica;
font-size:10px
}

textarea
{
width:250px;
height:80px;
border=0;
background-color:#efefef;
color:#000000;
font-family:verdana,helvetica;
font-size:10px
}


.submit
{
width:50px;
border=0;
background-color:#efefef;
color:#710101;
font-family:verdana,helvetica;
font-size:10px
}


.tile {

background-image:  url(../images/top_tile.gif);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	background-attachment: scroll;

	}
	
	
	.tileleft {

background-image:  url(../images/tile_left.gif);
	background-repeat: repeat-y;


	}
	
	
	.tileright {

background-image:  url(../images/tile_right.gif);
	background-repeat: repeat-y;
	
	

	}