/* 
   Adventure Runners Cascading Style Sheet
   Date Created : 30 December 2001
   
*/

body 		{	
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-style : normal;
		line-height : normal;
		font-weight : normal;
		text-decoration : none;
		background-color : #000000;
		background-attachment : fixed;
		color : #000000;
		}

p,td,tr,form,input,select{ 
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-style : normal;
		line-height : 12pt;
		font-weight : normal;
		text-decoration : none;
		vertical-align : top;
		}

th{ 
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		text-decoration: none;
		vertical-align: top;
		text-align: left;
		}

a	{ 
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #333399;
		text-decoration: none;
		
		}
A:hover { 
	color: #336699;
	text-decoration: underline;
	}


b	{ 
		font-weight: bold;
		}

h1,h2,h3,h4,h5	{ 
		color: #CC0000;
		background-color : #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		text-decoration: none;
		}
h3	{ 
		font-size: 13pt;
		}
h4	{ 
		font-size: 12pt;
		}
.headline	{ 
		color: #999999;
		background-color : #FFFFCC;
		border-color: #FFCC00;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		padding: 10px 10px 10px 10px;
		}
.red	{ 
		color: #CC0000;
		}

.small		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		line-height: 11pt;
		font-weight: normal;
		text-decoration: none;
		}

.subheadlinks		{
		font-size: 8pt;
		color: #999999;
		background-color : #FFFFCC;
		border-color: #FFCC00;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		padding: 10px 10px 10px 10px;
		}

.sidebarlinks		{
		font-size: 8pt;
		color: #666666;
		background-color : #EEEEEE;
		border-color: #999999;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		padding: 10px 10px 10px 10px;
		}


.dl		{
		font-size: 8pt;
		background-color : #eeeeee;
		border-color: #CCCCCC;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		padding: 3px 3px 3px 3px;
		}

.tourkey		{
		font-size: 8pt;
		}
.tourkeybold		{
		font-size: 8pt;
		font-weight: bold;
		}

.newsblocks	{
		border-color: #ffffff;
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		padding: 0px 10px 0px 15px;
		background-color: #CCCCCC;
		color : #000000;
		}
.padding	{
		padding: 0px 20px 0px 13px;
		}
	
	

