/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font: 62.5%/1.3 arial, helvetica, verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
    color: #4c4c4d;
    background: #fff;
    margin: 0px;
}
a {
    color: #4c4c4d;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;

}

p a {color: #0000EE}
small {
    font-size: 90%;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 14px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}

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

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 15px;}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial, helvetica, verdana, sans-serif;
    font-weight: normal;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}

.center {
    text-align: center;
}