@charset "UTF-8";
/* CSS Document */

*				{ margin:0; padding:0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

body			{ font-size: 11px; color:#444; }

img				{ border:0; vertical-align:top; }

:focus			{ outline: 0; }

/* Headings */
h1				{ font-size: 20px; font-weight: normal; }
h2				{ font-size: 18px; font-weight: normal; }
h3				{ font-size: 16px; font-weight: normal; }
h4				{ font-size: 14px; font-weight: normal; }
h5				{ font-size: 12px; font-weight: normal; }
h6				{ font-size: 11px; font-weight: normal; }

/* Forms */
fieldset		{ border: 0; }
legend			{ display: none; }
select			{ color: #666663; font-size: 11px; line-height: 14px; border: 1px solid #9d9d9b; }
select option	{ line-height: 14px; padding: 0px 0px 0px 5px; }

/* Table */
table			{ border: 0; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; }
caption,th,td	{ vertical-align: top; text-align: left; font-weight: normal; }

/* Content */
address			{ font-style: normal; }
cite			{ font-style: normal; }
q,
blockquote		{ quotes: none; }
q:before,
q:after			{ content: ''; }
small,big		{ font-size: 1em; }
sup				{ font-size: 1em; vertical-align: top; }

/* Lists */
ul,ol			{ list-style: none; }


.nodisplay		{ display: none; }
.floatleft		{ float: left; }
.floatright		{ float: right; }
.clearboth		{ clear: both; }
.nobr			{ white-space:nowrap !important; }
.inline			{ display: inline; }
.noborder		{ border: none; }
.centered		{ text-align: center; }
.underlined		{ text-decoration: underline; }


.px10			{ font-size: 10px; }
.px11			{ font-size: 11px; }
.px13			{ font-size: 13px; }
.px14			{ font-size: 14px; }
.px15			{ font-size: 15px; }

external		{  }

.white			{ color: #fff; }

.clear { clear: both; font-size: 1px;}