﻿ 

a 		{ color: #333; }
a:hover	{ color: #05B4FF; }

a.download
{
	background: url('images/download.png') no-repeat;
	padding-left: 40px;
	padding-top: 8px;
	height: 27px;
	display: inline-block;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #05B4FF;
	text-decoration: none;
}

a.download:hover
{
	background-image: url('images/download_hover.png');
	color: #FF5203;
	text-decoration: none;
}

.small
{
	font-size: 70%;
}


blockquote
{
	padding-left: 40px;
	color: #666;
	background: url("images/quote.png") 0px 5px no-repeat;
}

cite			{ quotes: "“" "”" "‘" "’"; color: #666; }
cite:before	{ content:open-quote; }
cite:after	{ content:close-quote; }
cite a		{ color: #666; }

del
{
	text-decoration: line-through;
	color: #666;
}

fieldset
{
	border: 0px;
}

h2
{
	font-variant: small-caps;
	font-weight: normal;
	font-size: 26px;
}

ins
{
	text-decoration: none;
	color: #000;
}

p, ol, ul
{
	margin-bottom: 10px;
}

ol, ul
{
	display: block;
	list-style-position: outside;
	margin-left: 35px;
}


