/* CSS Document */

/* GLOBAL STYLE RULES */

/* reset all margins and paddings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,var {font-style:normal;}
abbr,acronym {border-bottom:1px dotted #999; cursor:help;}




/* root ***********************************/

html,body{margin:0; padding:0; height:100%;}
body {
	background: #fff;
	font: 0.80em/1.2em Arial, Helvetica, 'sans-serif';
	color: #777;
	line-height: 1.3em
}


/* links **********************************/
a         {color: #4b4c3e; text-decoration: underline;}
a:hover   {color: #4b4c3e; text-decoration: none;}
a img     {border:0}


/* headers ********************************/
h1 {color: #d20061; font-size: 2.4em; margin: 0.5em 0 1em 0; font-weight: 100;}

#center h2 {font-size: 1.5em; margin: 0 0 1em; font-weight: 100;}
h3 {font-size: 1.2em; margin: 0 0 0; font-weight: 900;}
h2,h3 {color: #8B9399;}



/* lists **********************************/
ul {margin: 0 0 0 1.5em; padding: 0; list-style-type: square; }


/* text elems *****************************/
p {margin: 0 0 1em; text-indent:0}


/* tables *****************************/
table      {border-collapse:collapse; border-spacing:0; margin: 1em 0}
caption,th {text-align:center;}
/*tr:hover   {background-color:#eee}*/
td {padding: 0; /*border:1px solid #eaeaea;*/; vertical-align: top;}
