html, body {
	padding: 0;
	margin: 0;
}

body {
    font-size: 1em;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0;
}

a:link,
a:active,
a:visited {
    color: #cc0000;
}


ul {
	padding: 0;
	margin: 0;
	list-style-type: disc;
}
li {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-position: inside;
}

h2 {
	font-size: 120%;	
}

form {
	margin: 0;
	padding: 0;	
}

span.link {
	color: #cc0000;
	text-decoration: underline;
	cursor: pointer;
}

span.smaller {
	font-size: 0.8em;	
}

.top {
    background-color: #003366;
}

.top_menu_secure_text{
    border: #cccccc 1px solid;
    border-style: none solid solid solid;
    font-size: 0.7em;
    color: #ffffff;
    background-color: #cc0000;
}
.top_menu_secure_text A:active,
.top_menu_secure_text A:link,
.top_menu_secure_text A:visited {
    color: #ffffff;
    text-decoration: none;
}
.top_menu_secure_text A:hover {
    color: #ffffff;
    border-bottom: 1px dashed;
}
.orbar_secure {
    color: #ffffff;
}


.top_menu_text {
    border: #666666 1px solid;
    border-style: solid none solid none;
    font-size: 0.7em;
    color: #333333;
    background-color: #cccccc;
}
.top_menu_text A:active,
.top_menu_text A:link,
.top_menu_text A:visited {
    color: #333333;
    text-decoration: none;
}
.top_menu_text a:hover {
    color: #666666;
		border-bottom: 1px dashed;
}

.menu {
	white-space: nowrap;
}

.main_text_warn {
    font-size: 0.75em;
    color: #990000;
}
.main_text_justify {
    font-size: 0.75em;
    color: #666666;
    text-align: justify;
}
.main_text {
    font-size: 0.75em;
    color: #666666;
}
.main_title {
    font-weight: bold;
    font-size: 0.8em;
    color: #666666;
}


.panel_outline {
    background-color: #666666;
}
.panel_title_outline {
    border: #666666 1px solid;
    background-color: #cccccc;
}
.panel_title_text {
    font-size: 0.7em;
    color: #333333;
}
.panel_body_outline {
    background-color: #ffffff;
}


.thumbnail {
    border: #999999 1px dashed;
}


.stdbtn {
    border: #666666 1px solid;
    font-size: 0.7em;
    color: #333333;
    line-height: normal;
    font-family: verdana, arial, helvetica;
    background-color: #cccccc;
}
.stdedit {
    border: #666666 1px solid;
    /*font-size: 0.7em;*/
    font-family: veranda, arial, helvetica;
}
.side_small {
    font-size: 0.7em;
    color: #666666;
}
.side_login_edit {
    border: #666666 1px solid;
    color: #333333;
    font-family: veranda, arial, helvetica;
    font-size: 0.75em;
}


.smaller {
	font-size: smaller;
}
.cpyrt {
    font-size: 0.65em;
    color: #999999;
}
.orbar {
    color: #666666;
}
.error_text {
    color: #cc0000;
    font-size: 0.8em;
}
.ital {
	font-style: italic;
}

.important  {
	color: #900;	
}
.bold {
	font-weight: bold;	
}

.dashhoriz {
	background-image: url("/images/dash-horiz.gif");
	background-repeat: repeat-x;
}
.dashvert {
	background-image: url("/images/dash-vert.gif");
	background-repeat: repeat-y;
}

.Survey_Header
{
	font-weight: bolder;
	font-size: larger;
	vertical-align: middle;
	text-transform: capitalize;
	color: white;
	direction: ltr;
	font-family: Arial;
	text-align: center;
}
