body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	COLOR: #333333;
}

table {
	font-size: 13px;
}


a {color: #333333; text-decoration: underline;}
a:visited {color: #333333;	text-decoration: underline;}
a:hover {color: #038ff4; text-decoration: none;}

a.link_12 {font-size: 12px;}

a.link_gray {color: #333333;}
a.link_gray:visited {color: #333333;}
a.link_gray:hover {color: #038ff4;}

a.link_blue {color: #038ff4;}
a.link_blue:visited {color: #038ff4;}
a.link_blue:hover {
	color: #0059ae;
}

/* menu */

.urbangreymenu{
white-space: nowrap;
/*width: 150px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 14pt Arial;
color: #038ff4;
margin-top: 0px; /*top spacing between header and rest of content*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 5px 0px; /*0px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a, .urbangreymenu ul li a:visited{
	font: normal 14px Arial;
	color: #333333;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #038ff4;
	text-decoration: underline;
}

/* end menu */


.titlu_blue {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #038ff4;
}

.titlu_blue_small {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #038ff4;
}

.titlu_darkgray_small {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 2px; COLOR: #333333;
}

.text_darkgray {
	COLOR: #333333;
}

.input {
	BACKGROUND: #ffffff;
	COLOR: #0e3274;
	FONT-SIZE: 12px;
	border: 1px solid #808fa6;
}

.button  {
	BACKGROUND: #0064c4;
	border: 1px solid #550000;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	font-weight: bold;
}

.input_code {
	BACKGROUND: #ffffff;
	COLOR: #0e3274;
	font-family: "Courier New", Courier, monospace;
	FONT-SIZE: 14px;
	border: 1px solid #808fa6;
}

.input_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND: #FFFFFF; COLOR: #000000; FONT-SIZE: 10px; border: 1px solid #808fa6;
}

.input_white_12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND: #FFFFFF;
	COLOR: #000000;
	FONT-SIZE: 12px; border: 1px solid #808fa6;
}

.cell_border {
	BACKGROUND: #FFFFFF; border: 1px solid #666666
}

.text_gray {
	COLOR: #808080;
}

.text_white {
	COLOR: #ffffff;
}

.text_blue {
	COLOR: #038ff4;
}

.text_10 {
	FONT-SIZE: 10px;
}

.text_12 {
	FONT-SIZE: 12px;
}

.text_14 {
	FONT-SIZE: 14pt; font-weight: bold;
}
.text_gray_10 {
	FONT-SIZE: 10px; COLOR: #808080;
}

.text_red_bold {
	color: #ff0000;
	font-weight: bold;
}

.text_green {
	color: #228b22;
}

.pictureborder {
	border: 1px solid gray;
}


/* MORE */
h1 {
  margin: 0px; padding: 0px;
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #038ff4;
}
