/* global behaviour for tags */
html	{ height: 100%; margin-bottom: 0.01em; }
body	{ font-family: Arial, Tahoma, Verdana; font-size: 12px ; background-color: #ffffff; }
table	{ background-color: #ffffff; }  
div	{ line-height: 190%; margin: 0px 0px 0px 0px;}
td	{ vertical-align: top; }
table.center	{ margin-left:auto; margin-right:auto; background-color: #ffffff; }

.logo_red	{ color: #cf2700; }
.logo_blue	{ color: #181c49; }

/* text alignment styles */
.center		{ text-align: center; }
.left		{ text-align: left; }
.right		{ text-align: right; }
.justify	{ text-align: justify; }
.top		{ vertical-align: top; }
.vcenter	{ vertical-align: center; }

/* line spacing definitions */
.doublespaced { line-height: 190%; }

/* text highlighting */
.menu_highlight:hover	{ background-color: #dfdfdf; }

/* text change definitions*/
.default	{ font-family: Arial, Tahoma, Verdana; font-size: 12px ; }
.bodytext	{ font-family: Arial, Tahoma, Verdana; font-size: 11px; }
.smaller	{ font-family: Arial, Tahoma, Verdana; font-size: 10px; }
.fineprint	{ font-size: 9px; line-height: 150%; }
.highlight	{ background-color: #ffff7f; }
.gray		{ color: #7f7f7f; }
.stress		{ color: #af0000; }
.underline 	{ text-decoration: underline; }
.bold		{ font-weight: bold; }
.italic		{ font-style: oblique; }

/* back ground definitions */
.bg_gray		{ background-color: #dfdfdf; }
.bg_darkgray	{ background-color: #bfbfbf; }
.bg_blue		{ background-color: #cddfff; }
.bg_darkblue	{ background-color: #0e2144; }

/* padding definitions*/
.maxpadding	{ padding: 10px;}
.padding 	{ padding: 5px; }
.nopadding	{ padding: 0px; }

/* border definitions */
.outline				{ border: 1px solid #7f7f7f; }
.top_solid_border		{ border-top: 1px solid #7f7f7f;}
.left_solid_border		{ border-left: 1px solid #7f7f7f; }
.bottom_solid_border	{ border-bottom: 1px solid #7f7f7f; }
.right_solid_border		{ border-right: 1px solid #7f7f7f;}
.top_dotted_border		{ border-top: 1px dotted #7f7f7f; }
.left_dotted_border		{ border-left: 1px dotted #7f7f7f; }
.bottom_dotted_border	{ border-bottom: 1px dotted #7f7f7f; }
.right_dotted_border	{ border-right: 1px dotted #7f7f7f; }

.right_white_border		{ border-right: 1px solid #ffffff;}
.top_white_border		{ border-top: 1px solid #ffffff;}
.bottom_white_border	{ border-bottom: 1px solid #ffffff;}
.left_white_border		{ border-left: 1px solid #ffffff;}

/* link and menu styles */
:link img		{ border: none; }
:visited img		{ border: none; }

a.menu			{ text-decoration: none; }
a.menu:link		{ color: inherit; }
a.menu:visited	{ color: inherit; }
a.menu:active	{ color: inherit; }
a.menu:hover	{ color: #cf2700; }

a:link			{color: #00007f; }
a:visited		{color: #00003f; }
a:active		{color: #00003f; }

.menu		{ font-family: Arial, Tahoma, Verdana; font-weight: bold; font-size: 11px; line-height: 200%; }
.activemenu	{ background-color: #dfdfdf; color: #3f3f3f; }

/* image definitions */


