@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	background-color:white/*content_backgroundColor*/;
}

/*** PARAGRAPH = NORMAL TEXT ***/
p,li,td {
	margin:0px;
	padding:0px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style:normal/*p_fontStyle*/;
	font-variant:normal/*p_fontVariant*/;
	font-size:16px;
	line-height:22px;
	font-weight:normal/*p_fontWeight*/;
	word-spacing:0px/*p_wordSpacing*/;
	letter-spacing:0px/*p_letterSpacing*/;
	text-decoration:none/*p_textDecoration*/;
	text-transform:none/*p_textTransform*/;
	color:#424242/*p_color*/;
	text-shadow:1px/*p_textShadow_horizontalLength*/ 1px/*p_textShadow_verticalLength*/ 2px/*p_textShadow_blurRadius*/ transparent/*p_textShadow_shadowColor*/;
}

/*** LINK ***/
a {
	margin:0px;
	color:#8D8D8D;
	text-decoration:none/*a_textDecoration*/;
	font-weight:normal/*a_fontWeight*/;
	font-style:normal/*a_fontStyle*/;
}

/*** LINK ON MOUSE OVER (HOVER EFFECT) ***/
a:hover {
	margin:0px;
	color:#A32F2F;
	text-decoration:none/*aHover_textDecoration*/;
	font-weight:normal/*aHover_fontWeight*/;
	font-style:normal/*aHover_fontStyle*/;
}

/*** TITLE - HEADER1 ***/
h1 {
	margin:0px;
	padding:0px;
	font-family:'Roboto', sans-serif;	
	font-style:normal/*h1_fontStyle*/;
	font-variant:normal/*h1_fontVariant*/;
	font-size:32px;
	line-height:28px;;
	font-weight:normal;
	word-spacing:0px/*h1_wordSpacing*/;
	letter-spacing:0px/*h1_letterSpacing*/;
	text-decoration:none/*h1_textDecoration*/;
	text-transform:none/*h1_textTransform*/;
	color:#424242/*h1_color*/;
	text-shadow:1px/*h1_textShadow_horizontalLength*/ 1px/*h1_textShadow_verticalLength*/ 2px/*h1_textShadow_blurRadius*/ transparent/*h1_textShadow_shadowColor*/;
}

/*** TITLE - HEADER2 ***/
h2 {
	margin:0px;
	padding:0px;
	font-family:'Roboto', sans-serif;	
	font-style:normal/*h2_fontStyle*/;
	font-variant:normal/*h2_fontVariant*/;
	font-size:22px;
	line-height:32px;
	font-weight:normal;
	word-spacing:0px/*h2_wordSpacing*/;
	letter-spacing:0px/*h2_letterSpacing*/;
	text-decoration:none/*h2_textDecoration*/;
	text-transform:none/*h2_textTransform*/;
	color:#FF0C0C;
	text-shadow:1px/*h2_textShadow_horizontalLength*/ 1px/*h2_textShadow_verticalLength*/ 2px/*h2_textShadow_blurRadius*/ transparent/*h2_textShadow_shadowColor*/;
}

/*** TITLE - HEADER3 ***/
h3 {
	margin:0px;
	padding:0px;
	font-family:'Roboto', sans-serif;	
	font-style:normal/*h3_fontStyle*/;
	font-variant:normal/*h3_fontVariant*/;
	font-size:18px;
	line-height:37px;;
	font-weight:normal;
	word-spacing:0px/*h3_wordSpacing*/;
	letter-spacing:0px/*h3_letterSpacing*/;
	text-decoration:none/*h3_textDecoration*/;
	text-transform:none/*h3_textTransform*/;
	color:#424242/*h3_color*/;
	text-shadow:1px/*h3_textShadow_horizontalLength*/ 1px/*h3_textShadow_verticalLength*/ 2px/*h3_textShadow_blurRadius*/ transparent/*h3_textShadow_shadowColor*/;
}

/*** LIST ***/
ul {
	list-style-type:square/*ul_listStyleType*/;
	padding-top:0px/*ul_paddingTop*/;
	padding-bottom:10px/*ul_paddingBottom*/;
	padding-left:30px/*ul_paddingLeft*/;
	padding-right:0px/*ul_paddingRight*/;
}

/*** LIST ITEM ***/
li {
	margin-top:0px/*li_marginTop*/;
	margin-bottom:8px/*li_marginBottom*/;
	margin-left:0px/*li_marginLeft*/;
	margin-right:0px/*li_marginRight*/;
}
