/*-----------------------------------------------------------------
Alpha Workholding Solutions

TEXT

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008	
-------------------------------------------------------------------*/

body{
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	line-height:1.6em;
}

a:link, a:visited{
	color: #ed1c24;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #ac0000;
}

	a.read_on{
		float: right;
		padding-right: 15px;
		background: url(../images/miscellaneous/arrows_right.gif) no-repeat right center;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}

	h2.subheading{
		border: 1px solid #aaa;
		background-color: #ddd;
		padding: 4px;
	}
	
h3 { 
  font-size: 12px; 
  line-height: 18px; 
  text-transform: uppercase;
}

	h3.tertiaryheading{
		font-size: 90%;
		color: #d70000;
	}
	
p{
	margin-bottom: 18px;
}

	p.intro{
		font-size: 115%;
		color: #000;
		line-height: 1.5em;
	}
	
		p.nothing_to_show{
			padding: 5px;
			background-color: #eee;
			border: 1px solid #ddd;
			font-weight: bold;
			font-size: 85%;
			text-align: center;
		}
		
		p.note{
			font-size: 90%;
		}

span{
	
}

	span.date{
		display: block;
		color: #888;
	}
	
	span.article{
		display: block;
	}
	
	span.article.short{
		display: block;
		margin-bottom: 4px;
	}
	
.adr{
	margin-bottom: 10px;
}

.note{}