@charset "utf-8";
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #efefef;
}


a {font-weight:bold;}

a:focus {outline: 1px dotted invert;}

a:link, a:visited {color:#B20992;}

a:hover {color:#000; text-decoration:none;}


hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, Helvetica, sans-serif; margin-bottom:10px;}

h1 {
	font-size: 18px;
	margin-bottom:15px;
	color:#B20992;
}

h2 {
	font-size: 14px;
	margin-bottom:15px;
	color:#B20992;
}

h3 {
	font-size: 13px;
	color:#333333;
	padding-bottom:3px;
}

h4 {
	font-size: 19px; color:#B20992;
}

h5 {
	font-size: 17px; color:#B20992;
	margin-bottom:15px;
}

h6 {
	margin-bottom:2em;
	font-size: 13px; color:#333333;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p { line-height:1.6em;}

strong { color:#333;}

.container_12
{
	background: #efefef url(img/bg.gif) 0 0 no-repeat;
	/* background: #fff url(img/12_col.gif) repeat-y; */
	margin-bottom: 20px;
}
