@import url(arObjects.css);

@import url(arHome.css);
@import url(arMain.css);

/*
Reset default styles
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul
{
  list-style: none;
}
blockquote, q
{
	quotes: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #405478;
}

div
{
  position: relative;
  text-align: left;
}
a
{
  color: #708090;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
a.disabled
{
  color: #eff3f8;
  cursor: text;
}

.clear
{
  clear: both;
}
.hidden
{
  display: none;
  visibility: hidden;
}
.align-justify
{
  text-align: justify;
}
.align-left
{
  text-align: left;
}
.align-center
{
  text-align: center;
}
.align-right
{
  text-align: right;
}
.float-left
{
  float: left;
}
.float-right
{
  float: right;
}
.form_fslink
{
	display: inline;
	position: absolute;
	left: 0px;
}
