/* Basic setting */
body {  
    background: FFFFFF; 
	color: black; 
    font-size: 12px;
    font-family: helvetica, sans-serif; 
    margin: 0px;
    padding: 0px;
}

table {
    display: inline-table; 
    font-size: 12px;
    line-height: 18px; 
    border: none;
    margin: 0px;
    padding: 0px;
}

td {
    vertical-align: top;
    margin: 0px;
    padding: 0px; 
}

tr {
    margin: 0px;
    padding: 0px;
}

td.page-title {
   vertical-align: bottom;
   text-align: left;
   background: transparent; 
   color: white;
   font-size: 35px;
   line-height: 1em;
}

td.align-bottom {
    vertical-align: bottom;
    text-align: left;
}

img {
	border: 0px;
	vertical-align: middle;
}

p {
    text-align: left;
    margin: 1.5em;
    font-size: 13px;
	font-family:verdana,arial,helvetica; 
	color:#000000; 
}
  span{
  font-size:18pt; 
  font-family:verdana,arial,helvetica; 
  color:#000000; 
  text-decoration: none
  }

li {
    text-align: left;
    margin: 0.5em;
}

b {
	font-weight: bold;
}

i {
    display: inline;
    font-style: italic;
}

u {
	text-decoration: underline;
}

.small {
    font-size: .8em;
}

.big {
    margin: 0px;
    padding: 1em;
    font-size: 1.4em;
}

.huge {
    margin: 1em;
    padding: 1em;
    font-size: 2.1em;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    margin: 0em;
    padding: 0px;
    text-align: center;
}

.dl{
	text-align = left;
}


p.style2 {font-size: large; font-weight: bold; }
p.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
p.style4 {font-size: 12px}

/* End of general settings*/

/* Blue Link */
.blink1 {font-size:10pt; font-family:verdana,arial,helvetica; color:#0000FF; text-decoration: none}
.blink2 {font-size:13pt; font-family:verdana,arial,helvetica; color:#0000FF; text-decoration: none}
.blink3 {font-size:12pt; font-family:verdana,arial,helvetica; color:#0000FF; text-decoration: none}

/* Layout */
#outer-wrapper {
	background: FFFFFF;
    width: relative;
	height : relative;
	margin: 0px auto;
	text-align: left;	
}

#content-wrapper {
    background: #FFFFFF;
    width: relative;
	height : relative;
    margin: 0px auto;
    //border-left: solid;
    //border-right: solid;
    //border-bottom: solid;
    //border-top: solid;
    border-width: 1px;
    border-color: #000000;
}

#header-wrapper {
  	width: relative;
	height : 50px;
	margin: 0px auto;
    background: #ffffff;
	color: black;
    font-size: 35px;
    line-height: 1em;
    text-align: left;
    padding: 0px 0px 0px 0px;
    //border-bottom: solid;
    //border-left: solid;
    //border-right: solid;
    //border-top: solid;
    border-width: 1px;
    border-color: #000;
}

#footer-wrapper {
    background: transparent;
    width: relative;
	height : relative;
    margin: 0px auto;
    color: #666;
    font-size: 12px;
    line-height: 1em;
    padding: 0px 0em 0em 0em;
	align: center;
}
/* End of Layout */

/* Other Stuff*/

/* Quotation */
#quote {
    color: white;
    font-size: 12px;
    line-height: 1.2em;
    padding: 4px;
}


/*- Menu Tabs J--------------------------- */
#tabsJ {
	width: 900px;
	height : 28px;
	margin: 0px auto;
	background:#FFFFFF;
	font-size:14px;
	line-height:huge;
	//border-left: solid;
    //border-right: solid;
    //border-bottom:1px solid #24618E;
    //border-top: solid;
    border-width: 1px;
    border-color: #000000;
}
#tabsJ ul {
	margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
}
#tabsJ li {
	/*display:inline;
	margin:0;
	padding:0;
	*/
	float:left;
	//background:url(http://photos1.blogger.com/blogger2/1421/545754819621399/1600/tableftJ.gif) repeat-y left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ a {
	/*float:left;
	background:url(http://photos1.blogger.com/blogger2/1421/545754819621399/1600/tableftJ.gif) repeat-y left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;*/
	float:left;
	display:block;
	//background:url(http://photos1.blogger.com/blogger2/1421/545754819621399/1600/tabrightJ.gif) repeat-y right top;
	padding:5px 15px 4px 6px;
	color:#24618E;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \
#tabsJ a span {float:none;}
*/
/* End IE5-Mac hack */
#tabsJ a:hover {
	color:#0000;
}
#tabsJ a:hover {
	background-position:0% -42px;
}

