/* Special classes for ODAmain*/
.title  {
	color : Black;
	font-family : AmericanUncD;
	font-size : 2.2em;
	font-weight : bold;
	text-align : center;
}

.tabletitle  {
	background-color : Black;
	color : Silver;
	font-weight : bold;
}

.tabletitlectr  {
	background-color : Black;
	color : Silver;
	font-weight : bold;
	text-align : center;
}

.smtabletitle  {
	background-color : Black;
	color : Silver;
	font-size : .83em;
	font-weight : bold;
}

.smtabletitlectr  {
	background-color : Black;
	color : Silver;
	font-size : .83em;
	font-weight : bold;
	text-align : center;
}

.alttabletitle  {
	background-color : Silver;
	color : Black;
	font-weight : bold;
}

.alttabletitlectr  {
	background-color : Silver;
	color : Black;
	font-weight : bold;
	text-align : center;
}

.private  {
	background-color : Black;
	color : White;
}

.redbg  {
	background-color : Red;
}

.greenbg  {
	background-color : #006600;
}

.bluebg  {
	background-color : #993300;
}

.darkgreenbg  {
	background-color : #00423C;
}

.yellowbg  {
	background-color : Yellow;
}

.altbgcolor  {
	background-color : #CCCCCC;
}

.altfontcolor  {
	color : White;
}

.dashcolor  {
	color : Teal;
}

.purple  {
	color : #572458;
}

/* End of Special classes for ODAmain*/

table  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	text-indent : 0em;
	background-color : transparent;
	vertical-align : top;
	margin-bottom : 0em;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}

thead  {}

th  {}

tbody  {}

tr  {}

td  {}

tfoot  {}

body  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : White;
	text-decoration : none;
	text-align : left;
	text-indent : 0em;
	background-image : url(../images/odahabkgd.gif);
	border : 0em;
	background-repeat : no-repeat;
	margin-bottom : 1em;
	margin-left : 0em;
	margin-right : 1em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}

p  {}

div  {}

span  {}

h1  {}

h2  {}

h3  {}

h4  {}

h5  {}

h6  {}

/* psuedo classes*/
a:link  {
	text-decoration : none;
	color : Black;
}

a:visited  {
	text-decoration : none;
	color : Black;
}

a:active  {
	text-decoration : none;
	color : Black;
}

A:hover  {
	text-decoration : underline;
	color : Red;
}

a.text:link  {
	text-decoration : underline;
	color : Blue;
}

a.text:visited  {
	text-decoration : underline;
	color : Blue;
}

a.text:active  {
	text-decoration : underline;
	color : Blue;
}

A.text:hover  {
	text-decoration : underline;
	color : Red;
}


/* Classes with single attributes 

font families*/
.cursive  {
	font-family : cursive;
}

.fantasy  {
	font-family : fantasy;
}

.monospace  {
	font-family : monospace;
}

.sansserif  {
	font-family : sans-serif;
}

.serif  {
	font-family : serif;
}

.arial  {
	font-family : Arial, Helvetica, sans-serif;
}

.comic  {
	font-family : "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
}

.courier  {
	font-family : "Courier New", Courier, monospace;
}

.impact  {
	font-family : Impact;
}

.times  {
	font-family : "Times New Roman", Times, serif;
}

.verdana  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This set of classes sets left and right margins at an increasing distance.  Like the attribute <cite>, but six levels deep.*/
.first  {
	margin-left : 1em;
	margin-right : 1em;
}

.second  {
	margin-left : 2em;
	margin-right : 2em;
}

.third  {
	margin-left : 3em;
	margin-right : 3em;
}

.fourth  {
	margin-left : 4em;
	margin-right : 4em;
}

.fifth  {
	margin-left : 5em;
	margin-right : 5em;
}

.sixth  {
	margin-left : 6em;
	margin-right : 6em;
}

/* This set of classes set the absolute font size.*/
.xxs  {
	font-size : xx-small;
}

.xs  {
	font-size : x-small;
}

.s  {
	font-size : small;
}

.m  {
	font-size : medium;
}

.l  {
	font-size : large;
}

.xl  {
	font-size : x-large;
}

.xxl  {
	font-size : xx-large;
}

/* This set of classes set color.*/
.red  {
	color : Red;
}

.black  {
	color : Black;
}

.white  {
	color : White;
}

/* This set of classes set text alignment.*/
.left  {
	text-align : left;
}

.right  {
	text-align : right;
}

.center  {
	text-align : center;
}

.justify  {
	text-align : justify;
}

.firstjustify  {
	text-align : justify;
	margin-left : 1em;
	margin-right : 1em;
}

.secondjustify  {
	text-align : justify;
	margin-left : 2em;
	margin-right : 2em;
}

/* This set of classes set text decoration.*/
.underline  {
	text-decoration : underline;
}

.blink  {
	text-decoration : blink;
}

.linethrough  {
	text-decoration : line-through;
}

.overline  {
	text-decoration : overline;
}

/* This set of classes are for text vertical alignment.*/
.sub  {
	vertical-align : sub;
	font-size : .83em;
}

.super  {
	vertical-align : super;
	font-size : .83em;
}

/* This set is for font style.*/
.ital  {
	font-style : italic;
}

.smallital  {
	font-style : italic;
	font-size : .83em;
}

.oblique  {
	font-style : italic;
}

/* This set is for relative font size*/
.small  {
	font-size : .83em;
}

.smaller  {
	font-size : .69em;
}

.smallest  {
	font-size : .57em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.44em;
}

.biggest  {
	font-size : 1.73em;
}

/* These sets are for combination attributes*/
.bold  {
	font-weight : bold;
}

.boldul  {
	font-weight : bold;
	text-decoration : underline;
}

.boldital  {
	font-weight : bold;
	font-style : italic;
}

.boldctr  {
	font-weight : bold;
	text-align : center;
}

.boldctrul  {
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}

.boldctrital  {
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

.bigbold  {
	font-size : 1.2em;
	font-weight : bold;
}

.bigboldul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
}

.bigboldital  {
	font-weight : bold;
	font-size : 1.2em;
	font-style : italic;
}

.biggerbold  {
	font-size : 1.44em;
	font-weight : bold;
}

.biggerboldul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
}

.biggerboldital  {
	font-weight : bold;
	font-size : 1.44em;
	font-style : italic;
}

.smallbold  {
	font-size : .83em;
	font-weight : bold;
}

.smallboldul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
}

.smallboldital  {
	font-weight : bold;
	font-size : .83em;
	font-style : italic;
}

.warning  {
	font-size : 1.2em;
	font-weight : bold;
	color : Red;
	text-align : center;
}

.caution  {
	font-size : 1.2em;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}

.bigboldctr  {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

.bigboldctrul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.bigboldctrital  {
	font-size : 1.2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.biggerboldctr  {
	font-size : 1.44em;
	font-weight : bold;
	text-align : center;
}

.biggerboldctrul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.biggerboldctrital  {
	font-size : 1.44em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.smallboldctr  {
	font-size : .83em;
	font-weight : bold;
	text-align : center;
}

.smallboldctrul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.smallboldctrital  {
	font-size : .83em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

