/******* MAIN *******/
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #283F68;
}

td, tr, table
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #B9C6D3;
}

.text-orange {
	color: #EFBC59;
}
.anboder  { color: #fff; font-size: small; font-family: tahoma; font-stretch: ultra-expanded; text-decoration: blink }
a:hover.anboder  { color: #FACF5F; font-size: small; font-family: tahoma; font-stretch: ultra-expanded; text-decoration: blink }
.page-title {
	font-size:18px;
	color:#283F68;
}

.order-title {
	font-size:14px;
	color:#657EA1;
}

.arrow {
	margin-left:3px;
	margin-top:2px;
}

/******* TEXTS *******/
.text-small-black{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text-small-bold-grey{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #606060;
}
.text-grey{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #606060;
}
.text-white{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.text-small-white{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.text-bold-white{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.text-small-bold-white{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/******* ANCHORS *******/
a, a:visited:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #4984BD;
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:active, a.small:visited:hover
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #4984BD;
	text-decoration: underline;
}
a.small:hover 
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #4984BD;
	text-decoration: none;
}

.small-bold-orange, .small-bold-orange:hover {
	font-size: 10px;
	font-weight: bold;
	color: #EFBC59;
	text-decoration: underline;
}

a.small-orange:link, a.small-orange:visited, a.small-orange:active, a.small-orange:visited:hover
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #EFBC59;
	text-decoration: underline;
}
a.small-orange:hover 
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #EFBC59;
	text-decoration: none;
}
a.orange:link, a.orange:visited, a.orange:active, a.orange:visited:hover
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #EFBC59;
	text-decoration: underline;
}
a.orange:hover 
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #EFBC59;
	text-decoration: none;
}

/******* FORM *******/
.textbox{
	border: 1px solid #4F7090;
	width: 140px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.textbox-short{
	border: 1px solid #4F7090;
	width: 80px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.textarea{
	border: 1px solid #4F7090;
	width: 230px;
	height: 60px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.anboder  { color: #fff; font-size: small; font-family: tahoma; font-stretch: ultra-expanded; text-decoration: blink }
.class { }

