/* general stylesheet for www.axiossystems.com/en/services/ug/2003/ */
/* ### BODY ### */

body         {font-family: Arial,Helvetica,Sans-Serif;
              font-size: 10pt;
              line-height: 12pt;
              margin: 0pt;
              background-color: white;}

/* ### LAYOUT ### */

.standard  {
 	     margin: 0px;
             width:703px;
             padding: 0px;
             background-color: #ffffff;
		border-top: 1px solid #A2A5C6;
           }

.maincell  {
 	     margin: 0px;
             width: 703px;
             padding: 0px;
             background-color: #ffffff;
	   }

.nav {
	margin: 0px;
	padding: 0px;
	width: 162px;
	float: left;
}

.data      {
	float:right;
	margin-left: 180px;
	width:520px;
	padding: 0px;
	background-color: #ffffff;
}

.navimg {
	margin-left: 1px;
}


/* css rollovers arg.
a.nav img {height: 21px; width: 162px; border-width: 0;}

a#index img {background: url(home.jpg) top left no-repeat;}
a#details img {background: url(details.jpg) top left no-repeat;}
a#program img {background: url(program.jpg) top left no-repeat;}
a#speakers img {background: url(speakers.jpg) top left no-repeat;}
a#workshop img {background: url(workshop.jpg) top left no-repeat;}
a#awards img {background: url(awards.jpg) top left no-repeat;}
a#hotel img {background: url(hotel.jpg) top left no-repeat;}
a#travel img {background: url(travel.jpg) top left no-repeat;}
a#gallery img {background: url(gallery.jpg) top left no-repeat;}

a#index:hover img {background: url(home_over.jpg) top left no-repeat;}
a#details:hover img {background: url(details_over.jpg) top left no-repeat;}
a#program:hover img {background: url(program_over.jpg) top left no-repeat;}
a#speakers:hover img {background: url(speakers_over.jpg) top left no-repeat;}
a#workshop:hover img {background: url(workshop_over.jpg) top left no-repeat;}
a#awards:hover img {background: url(awards_over.jpg) top left no-repeat;}
a#hotel:hover img {background: url(hotel_over.jpg) top left no-repeat;}
a#travel:hover img {background: url(travel_over.jpg) top left no-repeat;}
a#gallery:hover img {background: url(gallery_over.jpg) top left no-repeat;}
*/

.label {
	font-weight: bold;
}

.footer    {
             width: 703px;
             padding: 0px;
             background-color: #ffffff;
             z-index:0;
 	     margin-bottom: 0px;
           }

/* ### LINK BEHAVIOUR ### */

A:link       {text-decoration: none}
A:visited    {text-decoration: none}
A:active     {text-decoration: none}
A:hover      {text-decoration: underline}

/* ### MAIN FONTS ### */

h1          {font-family: arial, helvetica, sans-serif;
             font-weight: bold;
             font-size: 12pt;
	line-height: 14pt;
             color: #330066;
             padding-top:10px}

h2, .h2	{font-family: arial, helvetica, sans-serif;
             font-weight: bold;
             font-size: 11pt;
             color: #330066}

P, UL, OL, LI, TD, BLOCKQUOTE  {font-family: arial, helvetica, sans-serif;
             font-size: 10pt;
             line-height: 13pt;
             color: #330066}

table {
	margin: 0px;
	border: 0px,
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
}

.nav        {
             font-family: arial, helvetica, sans-serif;
             font-size: 8pt;
             line-height: 15pt;
             color: #ffffff
            }

/* format for brand font for assyst */
.brand       {font-family: Arial,Helvetica,Sans-Serif;
              font-size: 1.1em;
              font-weight: 900;
              line-height: 12pt;
              color: #330066}

.tiny       {font-family: arial, helvetica, sans-serif;
             font-size: 8pt;
             line-height: 11pt;
             color: #330066}

/* ### MISC ### */

hr          {color: #cccccc;
             height: 1px}

