/* WebLog CSS */

#blog body, p, td {
   font-family: Arial, Verdana;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: #333333
}

#blog h2 {
   font-family: Arial, Verdana;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #333333
}


#blog input, select, option, button {
   font-size:11px;
}

.button {
   background: #2b83c6;
	color: #ffffff !important;
	padding: 0px 7px;
	font: bold 11px verdana, arial, verdana, sans-serif;

}


.blog-large {
   font-family: Arial, Verdana;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #333333
}

.blog-normal {
   font-family: Arial, Verdana;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: #333333

}

.blog-small {
   font-family: Arial, Verdana;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #666666
}