/********************************************
*
*	Common Stylesheet - © 2009 Daniel Rehn
*
********************************************/


* 							{ font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 12px;   color: #000000; }
* A 						{ color: #000099;   text-decoration: none; }
* A:Hover 					{ color: #990000;   text-decoration: underline; }

B							{ font-size: inherit;   color: inherit; }
I							{ font-size: inherit;   color: inherit; }
U							{ font-size: inherit;   color: inherit; }

IMG							{ border: 0px;    padding: 0px;   margin: 0px; }
TD							{ vertical-align: top;   text-align: left; }
TABLE						{ border: 0px; }
TEXTAREA					{ resize: none; }
FORM						{ margin: 0px;   padding: 0px; }

UL							{ list-style-image: url(../Images/icon_arrow.gif);   list-style-type: disc; }
LI							{ font-size: 11px;}

.float_right_left 			{ float: right;   text-align: left; }
.float_right_center 		{ float: right;   text-align: center; }
.float_right_right 			{ float: right;   text-align: right; }

.float_left_left 			{ float: left;   text-align: left; }
.float_left_center 			{ float: left;   text-align: center; }
.float_left_right 			{ float: left;   text-align: right; }


.huge 						{ font-size: 20px; }
.large 						{ font-size: 16px; }
.big 						{ font-size: 14px; }
.small 						{ font-size: 10px; }
.tiny 						{ font-size: 8px; }











