* {
	font-family: "Arial";
}

html {
	color: #fff;
    background-color: #262626;
    text-align: center;
}

body {
    font-size: 10px;
    color: #fff;
    background-color: #262626;
    text-align: left;
    width: 810px;
    padding: 0px;
    margin: 0 auto;
    border: 1px solid black;
    border-width: 0px 1px 0px 1px;
}

p,div {
    font-size: 10px;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    text-align: left;
}

h1,h2,h3,h4,h5 {
    letter-spacing: -2px;
    margin-bottom: 0px;
    color: white;
    padding-left: 5px;
    text-transform: uppercase;
    line-height: 80%;
}
h1 {
	font-size: 22px;
}

ul,blockquote,td,th { 
    font-size: 10px;
}

pre { 
    font-family: Courier,monospace; 
    font-size: 10pt; 
}

em { font-weight: bold; }

a {
    text-decoration: none;
    color: red;
    font-weight: bold;
}
a img { border: none; }
a:hover {
    text-decoration: underline;
}

b {
	font-weight: bold;
}

.xx-large { font-size: 32px; }
.x-large { font-size: 24px; }
.large { font-size: 18px; }
.medium { font-size: 10px; }
.small { font-size: 9px; }
.x-small { font-size: 8px; }

.ubiquitycomments { color: #aaaaaa; }
.ubiquitysubtextsection { color: #5b5b5b; }
.ubiquitysubtextitem {  }
.ubiquitysitecenter {
    width: 100%;
}
/*
#u_container {
    text-align: left;
    width: 810px;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
    border-width: 0px 1px 0px 1px;
}
*/
#u_header {
    padding: 5px 5px 0px 5px;
    margin: 0px;
    vertical-align: middle;
    height: 20px;
    font-size: 10px;
    line-height: 12px;
    color: #aaa;
    background-color: #262626;
    border-bottom: 1px solid white;
}
#u_header a, #u_header a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#u_content {
    width: 790px;
    padding: 10px;
    margin: 0px;
    background: #000 url(../?get&f=2007/IOM2007-bg.jpg) top left no-repeat;
    text-align: left;
}
#u_footer {
	padding: 10px;
	color: white;
	background-color: #262626;
	font-size: 9px;
	border: 1px solid white;
	border-width: 1px 0px 0px 0px;
}

input,select,option,textarea {
    border: 1px solid white;
    font-size: 9px;
    background-color: #eeeeee;
    color: black;
}
input:focus {
    background-color: #ffffcf;
}
option {
    border: 0px;
}

.red {
    color: red;
}
