/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	font-size:11px;
	color: #666666;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
font-family: Georgia, Adobe Garamond, Garamond, "Times New Roman", Times, serif;
font-weight: bold;
	line-height: 27px;
	color: #000000;
	font-size: 26px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	width: 600px;
}

h65
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 21px;
	padding-top: 10px;
	margin-bottom: 10px;
}


h73 {
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, Adobe Garamond, Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	color: #666666;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 15px;
	overflow: hidden;
	margin-bottom: 0px;
	text-transform: lowercase;
	}

h72 {
	font-size: 9px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

h9
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

.profile-info {
	margin-top: 13px;
	margin-bottom: 13px;
	padding-left: 13px;
	padding-right: 85px;
	display: inline;
	float: left;
}

.alkivia-title {
	padding-left: 15px;
	padding-right: 85px;
}

ol
{
	list-style: decimal;
}

ul
{
	list-style: none;
}

li
{
	margin-left: 0px;
}

p
{
	margin-bottom: 7px;
}


ol,
ul,
pre,
address,
fieldset
{
	margin-bottom: 10px;
}

table
{
	margin-bottom: 0px;
}

