body		{ background-color: #CCCCCC; margin: 0; font-family: Arial, Helvetica, Sans-serif; font-size: 11px; }

div,p,td, input, textarea
                { font-family: Arial, Helvetica, Sans-serif; font-size: 11px; }

a		{ color: #000000; text-decoration: underline; }
a:hover		{ text-decoration: none; }

.head1          { color: #FF0000; font-weight: bold; }
.label          { font-weight: bold; white-space: nowrap; }

.left           { float: left; }
.right          { float: right; }
.text_right     { text-align: right; }

#main           { width: 740px; height: 450px; border: 1px solid #999999; background-color: #FFFFFF; }
#main_links     { width: 740px; padding: 5px; }

#menu           { height: 25px; border-bottom: 1px solid #999999; font-weight: bold; }
#menu a         { width: 24%; text-align: center; text-decoration: none; font-size: 14px; padding: 2px 50px 2px 50px; }
#menu a:hover, .active
                { color: #FF0000; }

#content        { height: 100%; vertical-align: top; padding: 40px; }
#content table  { width: 100%; }
#content .text  { width: 100%; text-align: justify; vertical-align: middle; }
#content .title { vertical-align: middle; font-weight: bold; font-size: 30px; }
#content .image { width: 240px; height: 240px; white-space: nowrap; vertical-align: bottom; }
#content .image img
                { width: 240px; }
