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

	Licensed under GPL and MIT.
*/

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

body {
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    background: #FFFFFF;/* url(/format/gridbg.gif) repeat scroll 0 0;*/
}

input { 
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding:0px;
 }

big {
    font-size: 18px;
    line-height: 18px;
}

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

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 9px 0px 9px 0px;
    line-height: 18px;
}

h1 {
    font-size: 36px; 
}

h2 {
    font-size: 32px; 
    line-height: 27px;
}

h3 {
    font-size: 28px; 
    line-height: 27px;
}

h4 {
    font-size: 24px; 
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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

sub, sup {
  font-size:75%;
}

sub { 
  vertical-align:sub;
}

sup {
  vertical-align:super;
}

ins {
  opacity: 0.3;
}

/* `Layout extras
----------------------------------------------------------------------------------------------------*/

.padded { padding: 0px 5px 0px 5px; }
.padded .alpha { margin-left:-5px; }
.padded .omega { margin-right:-5px; }
.padded .alpha .alpha { margin-left:0px; }
.padded .alpha .omega { margin-right:0px; }
.padded .omega .omega { margin-right:0px; }
.padded .omega .alpha { margin-left:0px; }

.by_1 { height: 18px; }
.by_2 { height: 36px; }
.by_3 { height: 54px; }
.by_4 { height: 72px; }
.by_5 { height: 90px; }
.by_6 { height: 108px; }
.by_7 { height: 126px; }
.by_8 { height: 144px; }
.by_9 { height: 162px; }
.by_10 { height: 180px; }
.by_11 { height: 198px; }
.by_12 { height: 216px; }
.by_13 { height: 234px; }
.by_14 { height: 252px; }
.by_15 { height: 270px; }
.by_16 { height: 288px; }
.by_17 { height: 306px; }
.by_18 { height: 324px; }
.by_19 { height: 342px; }
.by_20 { height: 360px; }


