-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
105 lines (94 loc) · 4.25 KB
/
rules.html
File metadata and controls
105 lines (94 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Operations: CH&FR Railroad</title>
<link rel="shortcut icon" href="CHFRLogo80.ico">
<link rel="stylesheet" href="common.css" type="text/css">
<link rel="stylesheet" href="page.css" type="text/css">
<link rel="stylesheet" href="headerfooter.css" type="text/css">
<link rel="stylesheet" href="timetable.css" type="text/css">
</head>
<body>
<body>
<div class="header_short">
<div class="img_container">
<img class="header_img_short" src="images/steamer960x250.jpg" alt="Header
Image"/>
<img class="header_logo" src="images/toplogo100.png" alt="logo" />
</div>
</div>
<div class="menu_base">
<div class="navbar_base">
<div class="navbar">
<ul>
<li id="left"><a href="index.html"><span class="clickable_div"></span></a>Home</li>
<li><a href="operations.html"><span class="clickable_div"></span></a>Up</li>
<li><a href="about.html"><span class="clickable_div"></span></a>About CH&FR</li>
<li><a href="aboutme.html"><span class="clickable_div"></span></a>About Me</li>
<li id="right"><a href="http://blog.chfrrailroad.net" target="_blank"><span class="clickable_div"></span></a>Blog</li>
</ul>
</div>
</div>
</div>
<div class="content_container">
<div class="content">
<div class="page_subhead">
General Operating and Safety Rules<br>For All Subdivisions
</div>
<br>
The following rules shall be adhered to at all times on all CH&FR
Property. <br>
<br>
Employees and guests should also consult the relevant Employee
Timetable for specific rules governing the Subdivision they will be
visiting or operating on. In no case shall a rule spelled out in
an Employee Timetable supersede these General Rules.<br>
<ol>
<li>The safety of crew, passengers, workers and civilians is
paramount. No operations are permitted that would compromise the
safety of anyone. This rule supersedes all other rules.
This rule is referred to as "GOR#1" elsewhere in this document.</li>
<li>No operations which would damage equipment is permitted, except
where avoiding equipment damage would result in a safety hazard to
personnel or bystanders.</li>
<li>No unauthorized personnel are permitted to operate the
equipment. Untrained guests must be directly supervised by the
Train Master or a trained employee designated by the Train Master.</li>
<li>Chain of Command shall be strictly followed. The Train
Master is the final authority on all operations and activities on the
Railroad. The Conductor is in charge of the operation of the
train, and the Engineer is in charge of the Locomotive Consist.
Disputes between the Conductor and Engineer shall be resolved in
accordance with these rules, or arbitrated by the Train Master.</li>
<li>No Train may exceed the posted maximum speeds without the express
permission and supervision of the Train Master. No Train Order or
Track Warrant may authorize exceeding the posted speed limits unless
personally signed by the Train Master.</li>
<li>Switches and other operator controls shall be operated in
accordance with the specific rules set out in the relevant subsections
of the Employee Timetable.</li>
<li>No Train may be intentionally crashed or derailed, except as
necessary to conform to GOR#1 above.</li>
<li>
<div><span class="modelnote">Rolling stock must be kept on the
track or in storage at all times.</span></div>
</li>
<li>
<div><span class="modelnote">No handling of rolling stock except
for coupling/uncoupling or re-railing.</span></div>
</li>
<li>No alcoholic beverages or other drugs are to be used during
railroad operations, nor for 12 hours prior to commencing operations
("12 hours bottle to throttle"). Employees or guests suspected of
abusing drugs or alcohol on or off duty shall be suspended indefinitely
and urged to seek counseling.</li>
<li>No food or drink in the railroad operating area, except at
designated locations and with the permission of the Train Master.<br>
</li>
<li>Despite all these seemingly onerous rules, employees and guests are encouraged to HAVE FUN!</li>
</ol>
</div> <!-- content -->
</div> <!-- content_container -->
<div class="footer">
<p>(c) 2015 Mark Underwood All Rights Reserved
</div> <!-- footer ->
</body></html>