/*bof text margins*/
p{margin: 0; margin-bottom: 10px;}
h2{margin: 0; margin-bottom: 10px;}
h3{margin: 0;}
h4{margin: 0; margin-top: 5px;margin-bottom: 5px;margin-left: 5px;}
/*eof text margins*/

/*macro-micro text bof*/
.size5 {	font-size: 24px;}
.size0, h2{	font-size: 14px;}
.size1{	font-size: 12px;}
.size2, h3, b{	font-size: 11px;}
.size3, p, div, li{	font-size: 10px;}
.size4{	font-size: 9px;}
.size6 {	font-size: 16px;}


.grey0, p, div, h3{	color: rgb(70,70,70);}
.grey1{	color: rgb(83,83,83);}
.grey2{	color: rgb(130,130,130);}
.grey3{	color: rgb(140,140,140);}
.grey4 h2{	color: rgb(140,140,140);}

.color0 {color: rgb(255, 255, 255);}	/*white*/
.color1 {color: rgb(233,  23,   0);}	/*strawberry*/
.color2 {color: rgb(245, 152,  25);}	/*orange-mango*/
.color3 {color: rgb(187,  19,   0);}	/*cosmo*/
.color4 {color: rgb( 74, 199,  64);}	/*fruity*/
.color5 {color: rgb( 60, 167, 255);}	/*blue lemonade*/
.color6 {color: rgb(249, 202,  86);}	/*yellow*/
.color7, h2, a{color: rgb( 99, 189, 205);}/*blue hawaiian*/
.color8 {color: rgb(238,  56,   0);}	/*tequila sunrise*/
.color9 {color: rgb(155, 225,   0);}	/*lime*/
.color10{color: rgb(192,  93,   0);}	/*rum*/
.color11{color: rgb(249, 202,  63);}	/*banana*/
.color12{color: rgb(109,  53,  24);}	/*cola*/
.color13{color: rgb(250, 143,  99);}	/*melon*/
.color14{color: rgb(178, 132, 255);}	/*passionfruit*/
.color15{color: rgb(  0, 200, 255);}	/*blue something*/
.color16{color: rgb(220,   0, 103);}	/*pink*/
.color17, a:hover{color: rgb(63,  142, 166);}	/*dark blue*/
.color19{color: rgb(157, 191,  45);}	/*olive*/
.color20{color: rgb(203,  39, 104);}	/*wild berry*/
.color21{color: rgb(245, 249, 236);}	/*light green*/
.color22{color: rgb(0, 0, 0);}	/*light green*/
.color23{color: rgb(12, 95, 12);}	/*dark green*/
.color24{color: rgb(149, 57, 1);}	/*chocolate*/
.color25{color: rgb(139, 190, 25);}	/*mojito*/

td, th, a, div{font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;}
h2{font-weight: normal}
/*macro-micro text eof*/

/*bof table background colors*/
.bg0 {background-color: rgb(240,248,250);} 		/*light blue*/
.bg1 {background-color: rgb(245,249,236);} 		/*light green*/
.bg2 {background-color: rgb(155, 187, 56);}		/*olive*/
.bg3 {background-color: rgb(240, 240, 240);}	/*grey*/
.bg4 {background-color: rgb(220, 220, 220);}	/*grey*/
.bg5 {background-color: rgb(160, 160, 160);}	/*grey*/
.bg6 {background-color: rgb( 99, 180, 205);}	/*main blue*/
.bg7 {background-color: rgb(245, 152,  25);}	/*orange*/
.bg8 {background-color: rgb(254, 245, 232);}	/*light orange*/
.bg9 {background-color: rgb(130, 130, 130);}	/*grey*/
.bg10{background-color: rgb(220,   0, 103);}	/*main pink*/
.bg11{background-color: rgb(255, 255, 255);}	/*white*/
.bg12{background-color: rgb(220,   0, 103);}	/*pink*/
.bg13{background-color: rgb(245, 152,  25);}	/*orange-mango*/
.bg14{background-color: rgb(155, 225,   0);}	/*lim*/
.bg15{background-color: rgb(149, 57, 1);}	/*lim*/
/*eof table background colors*/

.button_sml{position: relative;top: 2px;}

/*bof list*/
ul{margin: 20px;}
ol{margin: 20px; padding: 0;}
/*eof list*/
	
/*border bof*/
.border-top{ border-top: 1px dashed rgb(192,192,192);}
.border-bottom, hr{ border-bottom: 1px dashed rgb(192,192,192);}
.border-left{ border-left: 1px dashed rgb(192,192,192);}
.border-right{ border-right: 1px dashed rgb(192,192,192);}
/*border eof*/

/*bof buttons*/
.view0, .view1, .view2{
	background: url(img/buttons/view.gif) no-repeat;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 40px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	}
.view0{
	background-color: rgb(220,0,103);
	color: rgb(220,0,103);
	}
.view1{
	background-color: rgb(245,152,25);
	color: rgb(245,152,25);
	}
.view2{
	background-color: rgb(155,225,0);
	color: rgb(155,225,0);
	}
/*eof buttons*/
