/* Basic */
body
{
	margin: 0;
	color: #000;
	background-color: #fff;
}

/* All Top-Level Headings */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #330099;
}

h3
{
	border-bottom: 1px dotted #aaa;
	margin-bottom: 1em;
}

/* Anchors */
a:link, a:visited
{
	color: #330099;
	text-decoration: none;	
}

a:hover, a:active
{
	text-decoration: underline;
	outline: none;
}

a:focus /* Removes the dotted border from active links within IE7 and FF */
{
	outline-style: none;
}

/* Images */
img
{
    border-style: none;
}

/* Paragraph */
p
{
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/* Dropdown Lists */
select
{
	width: 226px;
}

/* Tables */
table
{
}

caption
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
}

col
{
    border-right: 1px solid #ccc;
}

thead
{
}

th
{
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}


th, td
{
    vertical-align: top;
}
