/*
DEFAULT CLASSES
*/

*			{ font-family: verdana, arial, helvetica; font-size: 10px; color: #000000; }

body		{ margin: 0px }

input		{ font-size: 10px; color: #FFFFFF; }

textarea	{ font-size: 10px; color: #FFFFFF; }

h1			{ font-size: 18px; font-weight: bold; color:#000000; text-transform: uppercase; padding-left:5px }

h2			{ font-size: 18px; font-weight: bold; color:#000000; text-transform: uppercase; }

a			{ color: #DF4200; text-decoration: none; }

a:hover		{ color: #FB7000; text-decoration: underline; }

/*
CUSTOM CLASSES
*/

.container		{  margin: 0px }

.submenu		{ background: #1D1D1D; padding-left: 20px; }

.content_2		{ padding: 20px; }

.content_3		{ padding-top: 10px; padding-bottom: 10px; }

.list_header	{ font-size: 10px; font-weight: bold; }

.text_white		{ color: #FFFFFF; }

.text_white a	{ color: #FFFFFF; text-decoration: none; }

.text_data		{ color: #797979; }

.text_data a	{ color: #797979; text-decoration: underline; }

.error			{ color: #DF4200; font-weight: bold; }

/*
BLOCKS
*/

.subblock_corner_top_left		{ background: url('../images/corner_top_left.png'); }

.subblock_corner_top_right		{ background: url('../images/corner_top_right.png'); }

.subblock_corner_bottom_left	{ background: url('../images/corner_bottom_left.png'); }

.subblock_corner_bottom_right	{ background: url('../images/corner_bottom_right.png'); }

.subblock_line_right			{ background: url('../images/line_right.png'); }

.subblock_line_left				{ background: url('../images/line_left.png'); }

.subblock_line_top				{ background: url('../images/line_top.png'); }

.subblock_line_bottom			{ background: url('../images/line_bottom.png'); }

.subblock_bg					{ background: url('../images/bg_subblock.gif'); }

