body     { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p       { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td      { color: #333; font-size: 12px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 { font-weight: bold; font-size: 16px }
h2 { font-weight: bold; font-size: 12px }
h3  { color: black; font-weight: normal; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* CSS STYLESHEET FOR CENOVIS - DEVS BY GRAFIT.CH
*/


/* PAGE STRUCTURE
*/

body {
  font-family: verdana; background-color: #FFFFFF; margin-left: 0px; margin-right: 0px; margin-top: 12px;
}

/* RECEIPS */

.receip_title  {
	font-family: verdana; font-size: 12px; font-weight: bold; text-align: left; color: #CC0000;
}

.ingredients_title  {
	font-family: verdana; font-size: 10px; font-weight: bold; text-align: left; color: #000000;
}

.receip_ingredients  {
	font-family: verdana; font-size: 10px; font-weight: normal; text-align: left; color: #000000; font-style: italic; list-style-type: disc; line-height: 10px;
}

.receip_steps  {
	font-family: verdana; font-size: 10px; font-weight: normal; text-align: left; color: #000000; font-style: normal; list-style-type: disc; line-height: 10px;
}

/* NUTRITION FACTS */

.table_bold  {
	font-family: verdana; font-size: 10px; font-weight: bold; text-align: left; color: #CC0000; line-height: 13px;
}

.table_normal  {
	font-family: verdana; font-size: 10px; font-weight: normal; text-align: left; color: #000000; line-height: 13px;
}

.table_bold_center  {
	font-family: verdana; font-size: 10px; font-weight: bold; text-align: center; color: #CC0000; line-height: 13px;
}

.table_bold_center_black  {
	font-family: verdana; font-size: 10px; font-weight: bold; text-align: center; color: #000000; line-height: 13px;
}

.table_normal_center  {
	font-family: verdana; font-size: 10px; font-weight: normal; text-align: center; color: #000000; line-height: 13px;
}

/* FORM */

.caption  {
	font-family: verdana; font-size: 10px; font-weight: normal; text-align: right; color: #000000;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; border: 1px solid #666666;
}

.button_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; border: 2px solid #000000;
}


/* BODIES */

.title_top  {
	font-family: verdana; font-size: 13px; font-weight: bold; text-align: left; color: #000000;
}

.paragraph  {
	font-family: verdana; font-size: 11px; font-weight: normal; text-align: left; color: #000000;
}

.paragraph a:link {
	font-weight: normal; color:#CC0000; text-decoration: none;
}

.paragraph a:visited {
	font-weight: normal; color:#CC0000; text-decoration: none;
}

.paragraph a:hover {
	font-weight: normal; color:#000000; text-decoration: none;
}

.paragraph_small  {
	font-family: verdana; font-size: 9px; font-weight: normal; text-align: left; color: #000000; line-height: 11px;
}

input.textbox {
	width: 200px;
}

textarea.textbox {
	width: 200px;
}